diff --git a/.github/workflows/publish-python-package.yml b/.github/workflows/publish-python-package.yml index 04f86d7e8..81c209010 100644 --- a/.github/workflows/publish-python-package.yml +++ b/.github/workflows/publish-python-package.yml @@ -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 }}