X Tutup
Skip to content

Commit cc508cf

Browse files
committed
fix: wrong env variable name
1 parent 2b04821 commit cc508cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Determine and tag prerelease version
3434
env:
35-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
run: |
3737
semantic-release version --prerelease --prerelease-token b --commit --tag --push
3838

0 commit comments

Comments
 (0)
X Tutup