Skip to content

Commit

Permalink
Upgrade Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
admin committed Jan 19, 2024
1 parent 64676b6 commit 2571e7d
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 @@ -19,7 +19,7 @@ jobs:
steps:
- name: Get tag name
id: get_tag_name
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/heads\/release-/}
run: echo name=VERSION::${GITHUB_REF/refs\/heads\/release-/} >> $GITHUB_OUTPUT

##
# Perform Maven Release
Expand Down

0 comments on commit 2571e7d

Please sign in to comment.