Skip to content

Commit

Permalink
Try to delete tag locally
Browse files Browse the repository at this point in the history
  • Loading branch information
emavgl authored Dec 20, 2023
1 parent 940f798 commit e8dbcb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:

- name: Update the tag
run: |
git tag -d ${{ github.event.release.tag_name }}
git push --delete origin ${{ github.event.release.tag_name }}
git tag ${{ github.event.release.tag_name }}
git push origin ${{ github.event.release.tag_name }}
Expand Down

0 comments on commit e8dbcb1

Please sign in to comment.