We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a9c64 commit 95185a6Copy full SHA for 95185a6
.github/workflows/manual-publish.yml
@@ -27,7 +27,7 @@ jobs:
27
name: Build and Test
28
uses: ./.github/actions/ci
29
with:
30
- ruby-version: 2.6
+ ruby-version: '3.0'
31
32
- id: publish
33
name: Publish Package
.github/workflows/release-please.yml
@@ -31,7 +31,7 @@ jobs:
- uses: ./.github/actions/ci
if: ${{ steps.release.outputs.releases_created == 'true' }}
34
35
36
- uses: ./.github/actions/publish
37
0 commit comments