From de825ce4a2a4a21b140b9c5fc45a4037e421dfbb Mon Sep 17 00:00:00 2001 From: mickare <2905154+mickare@users.noreply.github.com> Date: Fri, 16 Aug 2024 19:48:28 +0200 Subject: [PATCH] fix(cicd): fix release pipeline --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index decf3da..2259317 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: run: semantic-release version --commit - name: Publish package to PyPI - uses: pypa/gh-action-pypi-publish@v1 + uses: pypa/gh-action-pypi-publish@release/v1 if: steps.release.outputs.released == 'true' - name: Publish package to GitHub Releases