Skip to content

Commit 14006ef

Browse files
authored
Merge pull request #903 from github/fix-release-script
Fix release script
2 parents 14ecff1 + 1641180 commit 14006ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-gem.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- name: Build gem
1818
run: |
1919
gem build github-pages.gemspec
20-
- name: Publish
20+
- name: Publish gem
2121
run: |
22-
gem push github-pages.gem --key ${{ secrets.PAGES_GEM_PUBLISH }}
22+
gem push github-pages-*.gem --key ${{ secrets.PAGES_GEM_PUBLISH }}

0 commit comments

Comments
 (0)