Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ipvalverde authored Jul 12, 2024
1 parent c5bcdc9 commit 5e00273
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 @@ -22,7 +22,7 @@ jobs:
id: extract_release_details
run: |
echo "RELEASE_TAG=$(echo ${{ github.event.release.tag_name }})" >> $GITHUB_ENV
echo "RELEASE_NOTES=$(echo ${{ github.event.release.body }} | jq -Rr '@uri')" >> $GITHUB_ENV
echo "RELEASE_NOTES=$(echo ${{ github.event.release.body }})" >> $GITHUB_ENV
echo "IS_PRE_RELEASE=$(echo ${{ github.event.release.prerelease }})" >> $GITHUB_ENV
- name: Build and publish
Expand Down

0 comments on commit 5e00273

Please sign in to comment.