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 7b83ab2 commit 0ba5b97Copy full SHA for 0ba5b97
.github/workflows/release.yml
@@ -36,7 +36,6 @@ jobs:
36
release:
37
runs-on: ubuntu-latest
38
outputs:
39
- TAG_NAME: ${{ steps.set_tag_name.outputs.TAG_NAME }}
40
CLI_VERSION: ${{ steps.extract_cli_version.outputs.CLI_VERSION }}
41
steps:
42
- name: Checkout
@@ -62,7 +61,7 @@ jobs:
62
61
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
63
git tag -a "${tag}" -m "${message}"
64
git push origin "${tag}"
65
- echo "::set-output name=TAG_NAME::${tag}"
+ echo "::set-output name=TAG_NAME::${env.RELEASE_VERSION}"
66
67
- name: Cache local Maven repository
68
uses: actions/cache@v4
0 commit comments