We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a0f8c commit 77f9360Copy full SHA for 77f9360
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- name: Release Gem
15
uses: cadwallion/publish-rubygems-action@master
16
env:
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
- name: Set up Environment Variables
28
run: |
29
echo "RACK=${{ matrix.rack }}" >> $GITHUB_ENV
0 commit comments