Skip to content

Commit

Permalink
Don't delete the old tag in the release process (#12)
Browse files Browse the repository at this point in the history
`clone-linked-repo` doesn't fetch tags anyway, so this just fails.
  • Loading branch information
nex3 committed Aug 5, 2024
1 parent 86525b0 commit 6822a19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
- run: git tag -d $VERSION
- run: git tag $VERSION
- run: git push origin :$VERSION
- run: git push --tag

0 comments on commit 6822a19

Please sign in to comment.