Skip to content

Commit 0ba5b97

Browse files
committed
fix input to inputs
1 parent 7b83ab2 commit 0ba5b97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
release:
3737
runs-on: ubuntu-latest
3838
outputs:
39-
TAG_NAME: ${{ steps.set_tag_name.outputs.TAG_NAME }}
4039
CLI_VERSION: ${{ steps.extract_cli_version.outputs.CLI_VERSION }}
4140
steps:
4241
- name: Checkout
@@ -62,7 +61,7 @@ jobs:
6261
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
6362
git tag -a "${tag}" -m "${message}"
6463
git push origin "${tag}"
65-
echo "::set-output name=TAG_NAME::${tag}"
64+
echo "::set-output name=TAG_NAME::${env.RELEASE_VERSION}"
6665
6766
- name: Cache local Maven repository
6867
uses: actions/cache@v4

0 commit comments

Comments
 (0)