Skip to content

Commit

Permalink
chore: test gha
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonSzyszkowski committed Dec 17, 2024
1 parent 9261a84 commit 6e21531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e21531

Please sign in to comment.