Skip to content

Commit

Permalink
fix: quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
tcjennings committed Jan 10, 2025
1 parent 5cad25f commit ae2a44d
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 @@ -65,7 +65,7 @@ jobs:
- name: Trigger Build Workflow
uses: actions/github-script@v7
if: >-
steps.release.outputs.released == "true"
steps.release.outputs.released == 'true'
env:
TAG_REF: ${{ steps.release.outputs.tag }}
with:
Expand Down

0 comments on commit ae2a44d

Please sign in to comment.