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 dd74242 commit dc7997cCopy full SHA for dc7997c
.github/workflows/CI.yml
@@ -56,7 +56,7 @@ jobs:
56
- uses: actions/checkout@v5
57
- name: Create Release
58
id: create_release
59
- uses: comnoco/create-release@v2
+ 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
62
with:
0 commit comments