Skip to content

Commit

Permalink
fix release pipeline output value name
Browse files Browse the repository at this point in the history
  • Loading branch information
Fadelis committed Jul 23, 2021
1 parent d2b1e5f commit 68c7989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
export GITHUB_TAG=${GITHUB_REF##*/}
mvn versions:set -DnewVersion=$GITHUB_TAG
sed -i 's/<tag>HEAD<\/tag>/<tag>$GITHUB_TAG<\/tag>/' pom.xml
echo ::set-output name=github_tag::${CURRENT_TAG}
echo ::set-output name=github_tag::${GITHUB_TAG}
- name: Perform release
uses: samuelmeuli/action-maven-publish@v1
Expand Down

0 comments on commit 68c7989

Please sign in to comment.