Skip to content

Commit

Permalink
Fixing git tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcsakany committed Aug 13, 2021
1 parent dfaab31 commit 95d85ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ release:
name: get github release attributes
code: |-
export GITHUB_RELEASE_BODY=$(cat ./.release/.releasetemplate | jq -aRs . | sed 's/"//g')
export GITHUB_RELEASE_TITLE=$(echo "$VERSION_NUMBER" | jq -aRs . | sed 's/"//g')
export GITHUB_RELEASE_TITLE=$(echo "$VERSION_FROM_POM_BASE_VERSION" | jq -aRs . | sed 's/"//g')
echo "Release title: $GITHUB_RELEASE_TITLE"
echo "Release notes: $GITHUB_RELEASE_BODY"
Expand Down

0 comments on commit 95d85ae

Please sign in to comment.