Skip to content

Commit cbc89f6

Browse files
authored
Merge pull request #29 from voxpupuli/modulesync
modulesync 2022-11-29
2 parents 654fb10 + 7bbe4d6 commit cbc89f6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
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
@@ -29,4 +28,4 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ jobs:
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 }}

0 commit comments

Comments
 (0)