Skip to content

Commit

Permalink
build: Fix semantic release < 8 (#1790)
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Jul 21, 2023
1 parent f208eef commit d1ae365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cd game_frontend
node djangoBundler.js
- name: Release aimmo
uses: relekang/python-semantic-release@master
uses: relekang/python-semantic-release@v7.34.6
with:
github_token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit d1ae365

Please sign in to comment.