Skip to content

Commit 54a0678

Browse files
Fix minor mistake in release YAML (#515)
1 parent 292b555 commit 54a0678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release
22

33
env:
4-
GH_TOKEN: ${{ github.token }}
4+
GITHUB_TOKEN: ${{ github.token }}
55

66
on:
77
workflow_dispatch:

0 commit comments

Comments
 (0)