File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1515 uses : ruby/setup-ruby@v1
1616 with :
1717 ruby-version : ' 3.0'
18- env :
19- BUNDLE_WITHOUT : release
18+ bundler : ' none'
2019 - name : Build gem
2120 run : gem build *.gemspec
2221 - name : Publish gem to rubygems.org
2928 echo ":github: Bearer ${{ secrets.GITHUB_TOKEN }}" >> ~/.gem/credentials
3029 chmod 0600 ~/.gem/credentials
3130 - name : Publish gem to GitHub packages
32- run : gem push --key github --host https://rubygems.pkg.github.com/voxpupuli *.gem
31+ run : gem push --key github --host https://rubygems.pkg.github.com/${{ github.repository_owner }} *.gem
Original file line number Diff line number Diff line change 1919 - ruby : " 2.6"
2020 - ruby : " 2.7"
2121 - ruby : " 3.0"
22+ - ruby : " 3.1"
2223 coverage : " yes"
2324 env :
2425 COVERAGE : ${{ matrix.coverage }}
26+ name : Ruby ${{ matrix.ruby }}
2527 steps :
2628 - uses : actions/checkout@v2
2729 - name : Install Ruby ${{ matrix.ruby }}
You can’t perform that action at this time.
0 commit comments