We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f342e0b commit b775e81Copy full SHA for b775e81
.github/workflows/publish_gem.yml
@@ -33,6 +33,7 @@ jobs:
33
sed -i 's/".*"/"${{ inputs.version }}"/' lib/noticed/version.rb
34
bundle config set --local deployment 'false'
35
bundle
36
+ bundle exec appraisal
37
git config user.name 'GitHub Actions'
38
git config user.email [email protected]
39
git add Gemfile.lock gemfiles lib
0 commit comments