Skip to content

Commit 1641180

Browse files
committed
Fix release script
1 parent 14ecff1 commit 1641180

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)