We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e80ec commit af9be1fCopy full SHA for af9be1f
1 file changed
.github/workflows/release.yml
@@ -496,7 +496,7 @@ jobs:
496
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
497
with:
498
token: ${{ secrets.RELEASE_PAT || github.token }}
499
- prerelease: ${{ github.ref_type != 'tag' || needs.meta.outputs.is-prerelease == 'true' }}
+ prerelease: ${{ needs.meta.outputs.is-prerelease == 'true' }}
500
draft: ${{ github.ref_type != 'tag' }}
501
tag_name: ${{ needs.meta.outputs.next-release-tag }}
502
generate_release_notes: false
0 commit comments