We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ea89a commit 3eb940bCopy full SHA for 3eb940b
.github/workflows/dispatch.yaml
@@ -23,4 +23,4 @@ jobs:
23
tag: ${{ steps.tag_version.outputs.new_tag }}
24
name: Release ${{ steps.tag_version.outputs.new_tag }}
25
body: ${{ steps.tag_version.outputs.changelog }}
26
- prerelease: ${{ contains(github.ref_name, '-rc') }}
+ prerelease: ${{ contains(steps.tag_version.outputs.new_tag, '-rc') }}
0 commit comments