Skip to content

Commit

Permalink
fix dup tags bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody committed Jan 6, 2025
1 parent 644faa3 commit 546ef5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/obfus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Checkout latest tag
run: |
git fetch --tags
git fetch --tags --force
latestTag=$(git describe --tags "$(git rev-list --tags --max-count=1)")
git checkout $latestTag
echo "TAG=${latestTag}" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 546ef5a

Please sign in to comment.