Skip to content

Commit

Permalink
Fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Aug 7, 2024
1 parent d11518b commit 0689897
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,15 @@ jobs:
*) rel_type="release" ;;
esac
changelog_text=$(< NEW_CHANGELOG.md)
echo "latest_tag=$latest_tag" >> $GITHUB_OUTPUT
echo "version=${latest_tag}#v" >> $GITHUB_OUTPUT
echo "rel_type=$rel_type" >> $GITHUB_OUTPUT
echo "changelog_text=$changelog_text" >> $GITHUB_OUTPUT
{
echo 'changelog_text<<EOF'
$(< NEW_CHANGELOG.md)
echo EOF
} >> $GITHUB_OUTPUT
- name: Upload Changelog
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0689897

Please sign in to comment.