Skip to content

Commit 6def628

Browse files
chore: fix release CI syntax
Signed-off-by: Joris Mancini <[email protected]>
1 parent b8fce11 commit 6def628

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
23+
24+
- name: Delete original tag
2325
run: |
2426
git tag -d ${{ github.ref_name }}
2527
git push origin :refs/tags/${{ github.ref_name }}

0 commit comments

Comments
 (0)