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 b5f8bb8 commit d2145a2Copy full SHA for d2145a2
.github/workflows/release.yml
@@ -62,7 +62,7 @@ jobs:
62
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::${env.RELEASE_VERSION}"
+ echo "::set-output name=TAG_NAME::${{ inputs.tag }}"
66
67
- name: Cache local Maven repository
68
uses: actions/cache@v4
0 commit comments