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 f02ee48 commit e5d048aCopy full SHA for e5d048a
.github/workflows/build-branch.yml
@@ -36,9 +36,11 @@ jobs:
36
ruby-version: ${{ matrix.ruby-version }}
37
bundler-cache: true
38
- uses: actions/checkout@v1
39
- - name: Install dependencies
+ - name: Install bundler
40
+ run: gem install bundler
41
+ - name: Install other dependencies
42
run: bundle install
- - name: Release Gem
43
+ - name: Release gem
44
uses: cadwallion/publish-rubygems-action@master
45
env:
46
GITHUB_TOKEN: ${{secrets.GH_CREDENTIALS}}
0 commit comments