Skip to content

Commit 5b89783

Browse files
authored
Merge pull request #68 from maxmind/horgh/misc
Fix release workflow
2 parents ae6e501 + e801761 commit 5b89783

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ This library uses [Semantic Versioning](https://semver.org/).
345345

346346
## Copyright and License
347347

348-
This software is Copyright (c) 2020-2024 by MaxMind, Inc.
348+
This software is Copyright (c) 2020-2025 by MaxMind, Inc.
349349

350350
This is free software, licensed under the [Apache License, Version
351351
2.0](LICENSE-APACHE) or the [MIT License](LICENSE-MIT), at your option.

0 commit comments

Comments
 (0)