Skip to content

Commit 9a59c6b

Browse files
authored
Merge pull request #283 from Thiht/fix/release
fix: release token
2 parents 43e4591 + 178d115 commit 9a59c6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,5 @@ jobs:
139139
uses: softprops/action-gh-release@v1
140140
with:
141141
files: build/smocker.tar.gz
142-
token: ${{ secrets.GH_TOKEN }}
142+
env:
143+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)