Skip to content

Commit

Permalink
fix echo?
Browse files Browse the repository at this point in the history
  • Loading branch information
Confusingboat committed Mar 18, 2024
1 parent 6eb659e commit f595d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
- tag
steps:
- name: Echo is-prerelease
run: echo ${{ needs.tag.outputs.is-prerelease }}
run: echo "${{ needs.tag.outputs.is-prerelease }}"

release:
needs:
Expand Down

0 comments on commit f595d3b

Please sign in to comment.