Skip to content

Commit

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

0 comments on commit 0560749

Please sign in to comment.