We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29daec3 commit ce667dcCopy full SHA for ce667dc
.github/workflows/release.yml
@@ -268,7 +268,7 @@ jobs:
268
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
269
with:
270
token: ${{ secrets.RELEASE_PAT || github.token }}
271
- prerelease: ${{ github.ref_type != 'tag' }}
+ prerelease: ${{ github.ref_type != 'tag' || needs.meta.outputs.is-prerelease == 'true' }}
272
draft: ${{ github.ref_type != 'tag' }}
273
tag_name: ${{ needs.meta.outputs.next-release-tag }}
274
generate_release_notes: false
0 commit comments