Skip to content

Commit

Permalink
set user
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Feb 6, 2024
1 parent dbf13da commit 81d0065
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ jobs:
bundle config set --local with 'release'
bundle install
mkdir -p build
bundle exec github_changelog_generator --since-tag ${{ steps.previoustag.outputs.tag }} --output build/changelog.md
bundle exec github_changelog_generator \
--user ${{ github.repository_owner }} \
--project ${{ github.repository }} \
--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 81d0065

Please sign in to comment.