Skip to content

Commit 547cfb8

Browse files
committed
Fix permission
1 parent ca2ddb9 commit 547cfb8

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
@@ -60,7 +60,7 @@ jobs:
6060
env:
6161
GITHUB_TOKEN: ${{ github.token }} # This token is provided by Actions, you do not need to create your own token
6262
with:
63-
tag_name: ${{ github.ref }}
63+
tag_name: a
6464
release_name: Release ${{ github.ref }}
6565
body: |
6666
Changes in this Release

0 commit comments

Comments
 (0)