Skip to content

Commit

Permalink
Trying to fix bug. Add missing id.
Browse files Browse the repository at this point in the history
  • Loading branch information
ogra committed Aug 7, 2024
1 parent 6f453e5 commit b741a2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-release-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
- name: Delete old tag
id: old-tag
run: |
echo "old_tag_name=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
git tag -d ${{ env.old_tag_name }}
Expand Down

0 comments on commit b741a2c

Please sign in to comment.