Skip to content

Commit 560d6fc

Browse files
authored
Merge pull request #904 from github/another-publish-fix
Another publish script fix
2 parents 14006ef + ab40e56 commit 560d6fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-gem.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ jobs:
1818
run: |
1919
gem build github-pages.gemspec
2020
- name: Publish gem
21+
env:
22+
GEM_HOST_API_KEY: ${{ secrets.PAGES_GEM_PUBLISH }}
2123
run: |
22-
gem push github-pages-*.gem --key ${{ secrets.PAGES_GEM_PUBLISH }}
24+
gem push github-pages-*.gem

0 commit comments

Comments
 (0)