Skip to content

Commit

Permalink
Update Release workflow to append .RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Jan 17, 2021
1 parent 195666b commit 6c6b741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo ::set-output name=value::${TARGET_BRANCH}
- name: Set the current release version
id: release_version
run: echo ::set-output name=release_version::${GITHUB_REF:11}
run: echo ::set-output name=release_version::${GITHUB_REF:11}.RELEASE
- name: Run pre-release
uses: micronaut-projects/github-actions/pre-release@master
with:
Expand Down

0 comments on commit 6c6b741

Please sign in to comment.