Skip to content

Commit

Permalink
Merge pull request #904 from github/another-publish-fix
Browse files Browse the repository at this point in the history
Another publish script fix
  • Loading branch information
yoannchaudet committed Feb 6, 2024
2 parents 14006ef + ab40e56 commit 560d6fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-gem.yml
Expand Up @@ -18,5 +18,7 @@ jobs:
run: |
gem build github-pages.gemspec
- name: Publish gem
env:
GEM_HOST_API_KEY: ${{ secrets.PAGES_GEM_PUBLISH }}
run: |
gem push github-pages-*.gem --key ${{ secrets.PAGES_GEM_PUBLISH }}
gem push github-pages-*.gem

0 comments on commit 560d6fc

Please sign in to comment.