Skip to content

Commit

Permalink
Merge pull request #136 from mountaindude/main
Browse files Browse the repository at this point in the history
Tweak CI script
  • Loading branch information
mountaindude authored Mar 19, 2024
2 parents 8705a65 + 7d50446 commit 689fc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
runs-on: ubuntu-latest
# timeout-minutes: 15

if: ${{ needs.release-please.outputs.releases_created }}
if: needs.release-please.outputs.releases_created == 'true'
env:
DIST_FILE_NAME: ctrl-q-nr
GITHUB_TOKEN: ${{ secrets.PAT }}
Expand Down

0 comments on commit 689fc87

Please sign in to comment.