From 1221aea5bfd57eab29b58567e69eaa480282f9f2 Mon Sep 17 00:00:00 2001 From: faucomte97 Date: Fri, 16 Jun 2023 12:04:31 +0100 Subject: [PATCH] fix: Go back to actual semantic release repo --- .github/workflows/publish-python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}