Skip to content

Commit

Permalink
fix: single quotes for strings in github actions (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
danking authored Sep 18, 2024
1 parent 5f783ff commit ccd662d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
needs: release-plz
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
if: ${{ needs.release-plz.outputs.releases_created == "true" }}
if: ${{ needs.release-plz.outputs.releases_created == 'true' }}
uses: ./.github/workflows/publish-vortex.yml

0 comments on commit ccd662d

Please sign in to comment.