Skip to content

Commit 99158a0

Browse files
authored
Fix a typo in bundled_gems.yml
1 parent 1577c94 commit 99158a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bundled_gems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Maintain updated gems list in NEWS
7373
run: |
7474
ruby tool/update-NEWS-gemlist.rb bundled
75-
ruby tool/update-NEWS-github-releases.rb --update
75+
ruby tool/update-NEWS-github-release.rb --update
7676
if: ${{ env.UPDATE_ENABLED == 'true' }}
7777

7878
- name: Check diffs

0 commit comments

Comments
 (0)