Skip to content

Commit

Permalink
Automatically create Github release
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvandevijver committed Sep 2, 2024
1 parent f38adaf commit db1e677
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,10 @@ jobs:
- name: Add manage URL to job summary
run: |
echo "App release to be managed at ${{ steps.publish.outputs.url }}" >> $GITHUB_STEP_SUMMARY
- name: Create Github Release
uses: softprops/action-gh-release@v2
with:
body: ${{ inputs.changelog }}
generate_release_notes: true
make_latest: true

0 comments on commit db1e677

Please sign in to comment.