Skip to content

Commit 39668ea

Browse files
committed
🐛 fix error
1 parent 13aa9be commit 39668ea

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-branch.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,15 @@ jobs:
1919
uses: ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e
2020
with:
2121
ruby-version: ${{ matrix.ruby-version }}
22-
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
22+
bundler-cache: true
2323
- name: Run tests
2424
run: bundle exec rake
2525
# release the tag to rubygems
2626
release:
2727
if: github.ref == 'refs/head/main'
2828
steps:
29-
- uses: actions/checkout@v1
30-
- name: Release Gem
31-
if: contains(github.ref)
29+
- uses: actions/checkout@v1
30+
- name: Release Gem
3231
uses: cadwallion/publish-rubygems-action@master
3332
env:
3433
GITHUB_TOKEN: ${{secrets.GH_CREDENTIALS}}

0 commit comments

Comments
 (0)