We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f4e8d commit 508ebdeCopy full SHA for 508ebde
1 file changed
.github/workflows/publish.yml
@@ -3,6 +3,11 @@ on:
3
release:
4
types: [created]
5
6
+permissions:
7
+ id-token: write # Required for OIDC
8
+ deployments: write
9
+ contents: read
10
+
11
jobs:
12
publish:
13
name: Publish
@@ -25,7 +30,7 @@ jobs:
25
30
- name: Setup Ruby
26
31
uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f # v1.227.0
27
32
with:
28
- ruby-version: 2.7.1
33
+ ruby-version: 3.4.3
29
34
35
- name: Build Gem
36
run: gem build -o patch_ruby.gem patch_ruby.gemspec
0 commit comments