Skip to content

Commit

Permalink
Trying to fix bug. Get most recent tag name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ogra committed Aug 7, 2024
1 parent 66aaa26 commit b3333c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Delete old tag
run: |
echo "old_tag_name=${{ github.ref_name }}" >> $GITHUB_ENV
echo "old_tag_name=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
git tag -d ${{ env.old_tag_name }}
git push origin :refs/tags/${{ env.old_tag_name }}
Expand Down

0 comments on commit b3333c4

Please sign in to comment.