Skip to content

Commit c0468c6

Browse files
committed
fix: correct tag format in semantic-release config
1 parent 47a0c3d commit c0468c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Create stable release
3636
id: release
3737
env:
38-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
run: |
4040
semantic-release version --commit --tag --push
4141

0 commit comments

Comments
 (0)