Skip to content

Commit

Permalink
Continue work on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FauconSpartiate committed Aug 1, 2024
1 parent e3abf29 commit c98a294
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,13 @@ jobs:
{ print }
' $changelog_file > $changelog_file.new && mv $changelog_file.new $changelog_file
echo "changelog=$CHANGELOG" >> $GITHUB_OUTPUT
echo "stripped_changelog=$STRIPPED_CHANGELOG" >> $GITHUB_OUTPUT
echo 'changelog<<EOF' >> $GITHUB_OUTPUT
echo "$CHANGELOG" >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
echo 'stripped_changelog<<EOF' >> $GITHUB_OUTPUT
echo "$STRIPPED_CHANGELOG" >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
echo "$CHANGELOG"
echo
Expand Down

0 comments on commit c98a294

Please # to comment.