Skip to content

Commit e5ea0b7

Browse files
committed
Apply release workflow fixes from MaxMind-DB-Reader-ruby
1 parent ae6e501 commit e5ea0b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
with:
23+
submodules: true
2324
persist-credentials: false
2425

2526
# zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
@@ -29,6 +30,8 @@ jobs:
2930
with:
3031
ruby-version: ruby
3132

33+
- run: bundle install
34+
3235
# zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
3336
# specify that we want the v1 branch.
3437
- uses: rubygems/release-gem@refs/heads/v1

0 commit comments

Comments
 (0)