Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Jul 4, 2024
1 parent d0dc75a commit 0154ef5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-relayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ jobs:
run: |
git push origin --tags
- name: "Build Changelog"
id: build_changelog
uses: mikepenz/release-changelog-builder-action@{latest-release}

- name: Create a GitHub Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -101,8 +105,7 @@ jobs:
tag_name: ${{ steps.create_tag.outputs.tag }}
release_name: ${{ steps.create_tag.outputs.tag }}
body: |
Changes in this release:
- ...
${{steps.build_changelog.outputs.changelog}}
draft: false
prerelease: false

Expand Down

0 comments on commit 0154ef5

Please sign in to comment.