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 ae6e501 commit e5ea0b7Copy full SHA for e5ea0b7
.github/workflows/release.yml
@@ -20,6 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
with:
23
+ submodules: true
24
persist-credentials: false
25
26
# zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
@@ -29,6 +30,8 @@ jobs:
29
30
31
ruby-version: ruby
32
33
+ - run: bundle install
34
+
35
36
# specify that we want the v1 branch.
37
- uses: rubygems/release-gem@refs/heads/v1
0 commit comments