Skip to content

Commit f669313

Browse files
authored
Merge pull request #668 from fixrtm/fix-release
ci: pass GH_TOKEN with env
2 parents b286509 + d08e5bd commit f669313

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
--notes-file "$RELEASE_NOTE_PATH" \
253253
${{ fromJSON(env.PRERELEASE) && '--prerelease' || '' }} \
254254
"$ASSET_PATH"
255-
with:
255+
env:
256256
GH_TOKEN: ${{ github.token }}
257257

258258
- name: Send message to discord

0 commit comments

Comments
 (0)