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 37ad7b3 commit 41ab75eCopy full SHA for 41ab75e
.github/workflows/continuous-integration.yml
@@ -55,4 +55,4 @@ jobs:
55
release_name: Version ${{ needs.package.outputs.version }}
56
body: ${{ github.event.head_commit.message }}
57
draft: false
58
- prerelease: ${{ github.ref }} == 'refs/heads/prerelease'
+ prerelease: ${{ contains(needs.package.outputs.version, '-') }}
0 commit comments