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 3f082fe commit a6476b9Copy full SHA for a6476b9
.github/workflows/gem.yml
@@ -35,3 +35,7 @@ jobs:
35
name: "jekyll_test_plugin-${{ steps.plugin-meta.outputs.version }}"
36
path: "jekyll_test_plugin-${{ steps.plugin-meta.outputs.version }}.gem"
37
retention-days: 5
38
+ - name: Release Gem via Rubygems.org
39
+ env:
40
+ GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_GEM_PUSH_API_KEY }}
41
+ run: "gem push jekyll_test_plugin-${{ steps.plugin-meta.outputs.version }}.gem"
0 commit comments