Skip to content

Commit

Permalink
Try no deployment flag
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Apr 28, 2024
1 parent 7f733f7 commit cfd9586
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
- name: Update version
run: |
sed -i 's/".*"/"${{ inputs.version }}"/' lib/madmin/version.rb
bundle config frozen false
bundle
bundle --no-deployment
bundle exec appraisal
git config user.name 'GitHub Actions'
git config user.email github-actions@github.com
Expand Down

0 comments on commit cfd9586

Please sign in to comment.