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 c20b975 commit 9787ddeCopy full SHA for 9787dde
.github/workflows/build-branch.yml
@@ -30,8 +30,7 @@ jobs:
30
steps:
31
- uses: actions/checkout@v1
32
- name: Release gem
33
- uses: cadwallion/publish-rubygems-action@master
34
- env:
35
- GITHUB_TOKEN: ${{secrets.GH_CREDENTIALS}}
36
- RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
37
- RELEASE_COMMAND: rake release
+ uses: dawidd6/action-publish-gem@v1
+ with:
+ github_token: ${{secrets.GH_CREDENTIALS}}
+ api_key: ${{secrets.RUBYGEMS_API_KEY}}
Gemfile
@@ -1,6 +1,5 @@
1
source "https://rubygems.org"
2
3
-gem "jekyll"
4
gem "liquid-md5"
5
gem "jekyll-tagging"
6
gem "kramdown-parser-gfm"
0 commit comments