Skip to content

Commit

Permalink
chore: ignore empty git history from latest tag (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Oct 18, 2024
1 parent e6c8fe6 commit 1514e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- uses: taiga-family/ci/actions/setup/[email protected]
- run: |
# prevent fatal: ref HEAD is not a symbolic ref
git checkout -f main
git checkout -f main > /dev/null
# node_modules is correct
# because installed before checkout main
npx release-it --dry-run --ci
npx release-it --dry-run --ci --no-git.requireCommits
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 1514e98

Please sign in to comment.