Skip to content

Commit

Permalink
fix: Upgrade semantic-release version in action (#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Apr 27, 2022
1 parent 0fa5d66 commit 1af25b9
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@v7.12.0
uses: relekang/python-semantic-release@v7.25.2
with:
github_token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 1af25b9

Please sign in to comment.