diff --git a/.github/workflows/publish-gem.yml b/.github/workflows/publish-gem.yml index 471c074a..8aa32fbf 100644 --- a/.github/workflows/publish-gem.yml +++ b/.github/workflows/publish-gem.yml @@ -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 }}