Skip to content

Commit

Permalink
Switch to ruby official setup-ruby gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuichis committed Feb 25, 2023
1 parent b7d4779 commit f9c33bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
git push --tags --force
fi
- name: set up ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.x
ruby-version: '2.6'
- name: create credentials folder
run: mkdir -p ~/.gem
- name: create credentials file
Expand All @@ -41,4 +41,4 @@ jobs:
- name: build gem
run: bundle exec rake build
- name: publish gem
run: gem push ./pkg/adzerk-${GITHUB_REF#refs/*/}.gem
run: gem push ./pkg/adzerk-${GITHUB_REF#refs/*/}.gem

0 comments on commit f9c33bc

Please sign in to comment.