Skip to content

Commit 650d484

Browse files
authored
Update generate-changelog.yml
Trying to install the gem locally.
1 parent 904770d commit 650d484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- name: Generate Changelog
1212
run: |
13-
gem install github_changelog_generator
13+
gem install --user-install github_changelog_generator
1414
github_changelog_generator \
1515
-u ${{ github.repository_owner }} \
1616
-p ${{ github.event.repository.name }} \

0 commit comments

Comments
 (0)