Skip to content

Commit 8f4e0d4

Browse files
authored
Merge pull request #289 from TraGicCode/chore/fix-release-issue
Fix releases not being triggered
2 parents 997db4d + 976b0cd commit 8f4e0d4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ jobs:
3939
- name: Create GitHub Release
4040
id: create_release
4141
uses: softprops/action-gh-release@v3
42-
env:
43-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_FOR_RELEASE_PUBLISH }}
4442
with:
43+
token: ${{ secrets.GH_TOKEN_FOR_RELEASE_PUBLISH }}
4544
tag_name: ${{ steps.changelog.outputs.version }}
4645
name: ${{ steps.changelog.outputs.version }}
4746
draft: false

0 commit comments

Comments
 (0)