Skip to content

Commit

Permalink
Update generate-changelog.yml
Browse files Browse the repository at this point in the history
adding export path
  • Loading branch information
sirkitree authored Nov 4, 2024
1 parent 650d484 commit 9e01751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- uses: actions/checkout@v4
- name: Generate Changelog
run: |
export PATH="$PATH:/home/runner/.local/share/gem/ruby/3.0.0/bin"
gem install --user-install github_changelog_generator
github_changelog_generator \
-u ${{ github.repository_owner }} \
Expand Down

0 comments on commit 9e01751

Please sign in to comment.