From 12c36eecd90ff0fafa783ff9207f1e3a4f2d989d Mon Sep 17 00:00:00 2001 From: krororo Date: Wed, 3 Jul 2024 09:47:16 +0900 Subject: [PATCH] Fix jpostcode-data directory was not included in gem --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b13eebe..962cff9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: