From 6e2153158bf01692034c3cfb7e12bb97d2c279f5 Mon Sep 17 00:00:00 2001 From: project-defiant Date: Tue, 17 Dec 2024 09:08:01 +0100 Subject: [PATCH] chore: test gha --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 365644064..4b9eb788e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -46,7 +46,7 @@ jobs: - name: Publish package to GitHub Release uses: python-semantic-release/upload-to-gh-release@main - if: ${{ steps.semrelease.outputs.released }} + if: ${{ steps.semrelease.outputs.released == 'true' }} with: # NOTE: allow to start the workflow when push action on tag gets executed # requires using GH_APP to authenitcate, otherwise push authorised with