Skip to content

Commit

Permalink
Merge pull request #570 from kufu/fix-jpostcode-data-dir
Browse files Browse the repository at this point in the history
Fix jpostcode-data directory was not included in gem
  • Loading branch information
mkmn authored Jul 3, 2024
2 parents 433329e + 12c36ee commit d5a7b71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
GEM_HOST_API_KEY: ${{ secrets.GEM_HOST_API_KEY }}
GEM_HOST_OTP_CODE: ${{ github.event.inputs.rubygems-otp-code }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 0
submodules: true

- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit d5a7b71

Please sign in to comment.