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 13aa9be commit 39668eaCopy full SHA for 39668ea
.github/workflows/build-branch.yml
@@ -19,16 +19,15 @@ jobs:
19
uses: ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e
20
with:
21
ruby-version: ${{ matrix.ruby-version }}
22
- bundler-cache: true # runs 'bundle install' and caches installed gems automatically
+ bundler-cache: true
23
- name: Run tests
24
run: bundle exec rake
25
# release the tag to rubygems
26
release:
27
if: github.ref == 'refs/head/main'
28
steps:
29
- - uses: actions/checkout@v1
30
- - name: Release Gem
31
- if: contains(github.ref)
+ - uses: actions/checkout@v1
+ - name: Release Gem
32
uses: cadwallion/publish-rubygems-action@master
33
env:
34
GITHUB_TOKEN: ${{secrets.GH_CREDENTIALS}}
0 commit comments