Skip to content

Commit 6c6b741

Browse files
committed
Update Release workflow to append .RELEASE
1 parent 195666b commit 6c6b741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo ::set-output name=value::${TARGET_BRANCH}
3131
- name: Set the current release version
3232
id: release_version
33-
run: echo ::set-output name=release_version::${GITHUB_REF:11}
33+
run: echo ::set-output name=release_version::${GITHUB_REF:11}.RELEASE
3434
- name: Run pre-release
3535
uses: micronaut-projects/github-actions/pre-release@master
3636
with:

0 commit comments

Comments
 (0)