Skip to content

Commit

Permalink
try not freezing in first place
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Dec 29, 2023
1 parent 260d00d commit 6d41f27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ruby
bundler-cache: true
working-directory: getargv_ruby
- name: Bundle install (no deployment/frozen)
run: bundle install --path ./vendor/bundle
working-directory: getargv_ruby
- name: Bump version
# tag done by release, commit done with checksum included
env:
BUNDLE_FROZEN: false
run: bundle exec rake bump:patch COMMIT=false TAG=false | tail -1 | xargs -I {} echo "version={}" >> $GITHUB_OUTPUT
id: version
working-directory: getargv_ruby
Expand Down

0 comments on commit 6d41f27

Please sign in to comment.