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 195666b commit 6c6b741Copy full SHA for 6c6b741
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
echo ::set-output name=value::${TARGET_BRANCH}
31
- name: Set the current release version
32
id: release_version
33
- run: echo ::set-output name=release_version::${GITHUB_REF:11}
+ run: echo ::set-output name=release_version::${GITHUB_REF:11}.RELEASE
34
- name: Run pre-release
35
uses: micronaut-projects/github-actions/pre-release@master
36
with:
0 commit comments