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.
2 parents 997db4d + 976b0cd commit 8f4e0d4Copy full SHA for 8f4e0d4
1 file changed
.github/workflows/release.yml
@@ -39,9 +39,8 @@ jobs:
39
- name: Create GitHub Release
40
id: create_release
41
uses: softprops/action-gh-release@v3
42
- env:
43
- GITHUB_TOKEN: ${{ secrets.GH_TOKEN_FOR_RELEASE_PUBLISH }}
44
with:
+ token: ${{ secrets.GH_TOKEN_FOR_RELEASE_PUBLISH }}
45
tag_name: ${{ steps.changelog.outputs.version }}
46
name: ${{ steps.changelog.outputs.version }}
47
draft: false
0 commit comments