Skip to content

Commit

Permalink
Update publishing_sift_ruby.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalamakha-sift authored Aug 29, 2023
1 parent 7ca7e46 commit e08b32c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/publishing_sift_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,14 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3


- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7

- name: Install Bundler
run: |
sudo gem install bundler
bundle install
- name: Build and push gem
run: |
mkdir -p $HOME/.gem
Expand All @@ -37,14 +33,6 @@ jobs:
gem build sift.gemspec
gem push sift-$version.gem
rm -rf $HOME/.gem
ls -la $HOME/
else
echo "Gem version $version exists on RubyGems"
fi
- name: Run Rake tasks
run: |
bundle exec rake -T
bundle exec rake build
bundle exec rake install
bundle exec rake release

0 comments on commit e08b32c

Please sign in to comment.