We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ecff1 commit 1641180Copy full SHA for 1641180
.github/workflows/publish-gem.yml
@@ -17,6 +17,6 @@ jobs:
17
- name: Build gem
18
run: |
19
gem build github-pages.gemspec
20
- - name: Publish
+ - name: Publish gem
21
22
- gem push github-pages.gem --key ${{ secrets.PAGES_GEM_PUBLISH }}
+ gem push github-pages-*.gem --key ${{ secrets.PAGES_GEM_PUBLISH }}
0 commit comments