Skip to content

Commit

Permalink
Try to fix release input
Browse files Browse the repository at this point in the history
  • Loading branch information
Confusingboat committed Mar 18, 2024
1 parent 6b6bafc commit c00e815
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 @@ -180,5 +180,5 @@ jobs:
uses: ./.github/workflows/release.yml
with:
version: ${{ needs.tag.outputs.version }}
is-prerelease: ${{ needs.tag.outputs.is-prerelease }}
is-prerelease: ${{ fromJSON(needs.tag.outputs.is-prerelease) }}
secrets: inherit

0 comments on commit c00e815

Please sign in to comment.