Skip to content

Commit dc7997c

Browse files
committed
Fix permission
1 parent dd74242 commit dc7997c

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
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@v5
5757
- name: Create Release
5858
id: create_release
59-
uses: comnoco/create-release@v2
59+
uses: comnoco/create-release-action@v2
6060
env:
6161
GITHUB_TOKEN: ${{ github.toekn }} # This token is provided by Actions, you do not need to create your own token
6262
with:

0 commit comments

Comments
 (0)