Skip to content

Commit

Permalink
check output
Browse files Browse the repository at this point in the history
  • Loading branch information
Станислав Михайлов committed Oct 7, 2024
1 parent 42aeff8 commit 41cdc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# - publish-to-pypi
- check-github-release
runs-on: ubuntu-latest
if: needs.check-github-release.steps.check-tag.outputs.release-exists == 'false'
if: needs.check-github-release.outputs.release-exists == 'false'
permissions:
contents: write # IMPORTANT: mandatory for making GitHub Releases
id-token: write # IMPORTANT: mandatory for sigstore
Expand Down

0 comments on commit 41cdc5d

Please sign in to comment.