Skip to content

Commit

Permalink
Adopt GITHUB_ENV to set LAST_CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Sep 4, 2024
1 parent f7a6904 commit e010de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
echo "Build full set of tools"
make release
echo "LAST_CHANGES=`make last_changes`" >> "$GITHUB_ENV"
- name: Create Release
id: create_release
Expand All @@ -67,8 +68,7 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body:
make last_changes
body: ${{ env.LAST_CHANGES }}
draft: false
prerelease: false

Expand Down

0 comments on commit e010de3

Please sign in to comment.