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 c909f45 commit 9448fb3Copy full SHA for 9448fb3
.github/workflows/build-branch.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
4
5
jobs:
6
test:
7
- if: github.ref != 'refs/head/main'
+ if: github.ref != 'refs/heads/main'
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
@@ -27,10 +27,11 @@ jobs:
27
if: github.ref == 'refs/heads/main'
28
29
steps:
30
+ - uses: ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e
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}}
- RELEASE_COMMAND: rake release
37
+ RELEASE_COMMAND: bundle exec rake release
0 commit comments