Skip to content

Commit

Permalink
TEST-CI: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMou committed May 28, 2024
1 parent 77d82aa commit 5c04e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id: release
uses: python-semantic-release/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GH_TOKEN }}
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
# NOTE: DO NOT wrap the conditional in ${{ }} as it will always evaluate to true.
Expand Down

0 comments on commit 5c04e87

Please sign in to comment.