Skip to content

Commit 17e53e4

Browse files
authored
Rename tag to remove naming conflict
Fixes the tag naming conflict that broke the repo a little bit
1 parent 6460162 commit 17e53e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
with:
27-
tag_name: ${{ github.ref }}
27+
tag_name: events-${{ github.ref }}
2828
release_name: Release ${{ github.ref }}
2929
draft: false
3030
prerelease: false

0 commit comments

Comments
 (0)