We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7997c commit ca2ddb9Copy full SHA for ca2ddb9
.github/workflows/CI.yml
@@ -58,7 +58,7 @@ jobs:
58
id: create_release
59
uses: comnoco/create-release-action@v2
60
env:
61
- GITHUB_TOKEN: ${{ github.toekn }} # This token is provided by Actions, you do not need to create your own token
+ GITHUB_TOKEN: ${{ github.token }} # This token is provided by Actions, you do not need to create your own token
62
with:
63
tag_name: ${{ github.ref }}
64
release_name: Release ${{ github.ref }}
0 commit comments