Skip to content

Commit

Permalink
CI: Don't delete the release tag locally on CI
Browse files Browse the repository at this point in the history
There is just no need, it seems, as the tag is
never checked out.
  • Loading branch information
YuriSizov committed Jun 3, 2024
1 parent af3a7c0 commit 7018463
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/update-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ runs:
env:
GH_TOKEN: ${{ github.token }}
run: |
git tag -d ${{ inputs.release-version }}
git push origin :refs/tags/${{ inputs.release-version }}
git tag ${{ inputs.release-version }} ${{ github.sha }}
git push origin ${{ inputs.release-version }}
Expand Down

0 comments on commit 7018463

Please sign in to comment.