From 1af25b99a361aca8c290537a09dd6505abc9095e Mon Sep 17 00:00:00 2001 From: Florian Aucomte <33633200+faucomte97@users.noreply.github.com> Date: Wed, 27 Apr 2022 20:49:40 +0100 Subject: [PATCH] fix: Upgrade semantic-release version in action (#1646) --- .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 1eaf2fc3e..d3aba94ab 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: 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 }}