Skip to content

Commit 6822a19

Browse files
authored
Don't delete the old tag in the release process (#12)
`clone-linked-repo` doesn't fetch tags anyway, so this just fails.
1 parent 86525b0 commit 6822a19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
contents: write
1515
steps:
1616
- uses: actions/checkout@v4
17-
- run: git tag -d $VERSION
1817
- run: git tag $VERSION
1918
- run: git push origin :$VERSION
2019
- run: git push --tag

0 commit comments

Comments
 (0)