Skip to content

Commit

Permalink
fix: Go back to actual semantic release repo
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Jun 16, 2023
1 parent 3c3f4be commit 1221aea
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: ocadotechnology/python-semantic-release@patch-packaging-error
uses: relekang/python-semantic-release@master
with:
github_token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 1221aea

Please sign in to comment.