Skip to content

Commit

Permalink
chore: Update git fetch command to force tags fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuingsmile committed May 11, 2024
1 parent 14b5725 commit 699d8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Get tags
run: |
echo "CURRENTVERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
git fetch --tags
git fetch --tags --force
echo "PREVERSION=$(git describe --tags --abbrev=0 HEAD^)" >> $GITHUB_ENV
- name: Generate release notes
Expand Down

0 comments on commit 699d8a6

Please sign in to comment.