We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd8d8d commit be0fce7Copy full SHA for be0fce7
.github/workflows/build.yml
@@ -83,7 +83,6 @@ jobs:
83
with:
84
tag_name: "v${{ needs.build-artifact.outputs.artifactVersion }}"
85
release_name: "v${{ needs.build-artifact.outputs.artifactVersion }}"
86
- body: Release
87
draft: false
88
prerelease: "contains(needs.build-artifact.outputs.prereleaseVersionNoLeadingHyphen, 'beta') || contains(needs.build-artifact.outputs.prereleaseVersionNoLeadingHyphen, 'alpha')"
89
0 commit comments