Skip to content

Commit

Permalink
add bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Feb 6, 2024
1 parent e18a217 commit dbf13da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
bundle config set --local with 'release'
bundle install
mkdir -p build
github_changelog_generator --since-tag ${{ steps.previoustag.outputs.tag }} --output build/changelog.md
bundle exec github_changelog_generator --since-tag ${{ steps.previoustag.outputs.tag }} --output build/changelog.md
gh release create ${{ github.ref_name }} --notes-file build/changelog.md --title "Release ${{ github.ref_name }}"

0 comments on commit dbf13da

Please sign in to comment.