Skip to content

Commit

Permalink
asdf6
Browse files Browse the repository at this point in the history
  • Loading branch information
Confusingboat committed Mar 18, 2024
1 parent 951644a commit 011b9e5
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 @@ -177,5 +177,5 @@ jobs:
uses: ./.github/workflows/release.yml
with:
version: ${{ needs.tag.outputs.version }}
is-prerelease: ${{ fromJSON(needs.tag.outputs.is-prerelease) }}
is-prerelease: ${{ needs.tag.outputs.is-prerelease === 'true' }}
secrets: inherit

0 comments on commit 011b9e5

Please sign in to comment.