Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannchaudet committed Feb 6, 2024
1 parent 14ecff1 commit 1641180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Build gem
run: |
gem build github-pages.gemspec
- name: Publish
- name: Publish gem
run: |
gem push github-pages.gem --key ${{ secrets.PAGES_GEM_PUBLISH }}
gem push github-pages-*.gem --key ${{ secrets.PAGES_GEM_PUBLISH }}

0 comments on commit 1641180

Please sign in to comment.