Skip to content

Commit

Permalink
CI: update publish action to use new env variables (#43)
Browse files Browse the repository at this point in the history
* CI: update publish action to use new env variables

* Fix the usage of output
  • Loading branch information
hagenw authored Jul 10, 2023
1 parent 7143d3d commit 886baed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
CHANGELOG="${CHANGELOG//$'\n'/'%0A'}"
CHANGELOG="${CHANGELOG//$'\r'/'%0D'}"
echo "Got changelog: $CHANGELOG"
echo "::set-output name=body::$CHANGELOG"
run echo "body=$CHANGELOG" >> $GITHUB_OUTPUT
- name: Create release on Github
id: create_release
Expand Down

0 comments on commit 886baed

Please sign in to comment.