Skip to content

Commit d2145a2

Browse files
committed
fix input to inputs
1 parent b5f8bb8 commit d2145a2

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
@@ -62,7 +62,7 @@ jobs:
6262
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
6363
git tag -a "${tag}" -m "${message}"
6464
git push origin "${tag}"
65-
echo "::set-output name=TAG_NAME::${env.RELEASE_VERSION}"
65+
echo "::set-output name=TAG_NAME::${{ inputs.tag }}"
6666
6767
- name: Cache local Maven repository
6868
uses: actions/cache@v4

0 commit comments

Comments
 (0)