Skip to content

Commit

Permalink
Merge pull request #22 from Sage/fix-release
Browse files Browse the repository at this point in the history
Fix release
  • Loading branch information
ianoxley authored Jun 28, 2024
2 parents 6a16d90 + 441b192 commit d1b9421
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
curl -u $JFROG_USER:$JFROG_PASS $RUBYGEMS_HOST/api/v1/api_key.yaml > $HOME/.gem/credentials
chmod 600 $HOME/.gem/credentials
- name: Build gem
run: bundle exec gem build zuora.gemspec
run: bundle exec rake build zuora.gemspec
- name: Publish
run: bundle exec gem push $GEMS_PATH
run: bundle exec gem push $GEMS_PATH
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ gemfiles/*.gemfile.lock
zuora.log
Gemfile.lock
coverage
pkg
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'bundler'
require 'bundler/gem_tasks'
Bundler.setup
require 'appraisal'
require 'rspec/core/rake_task'
Expand Down

0 comments on commit d1b9421

Please sign in to comment.