diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index b5986f7b..2d2a2dee 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -18,6 +18,8 @@ jobs: ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }} - uses: actions/checkout@v4.1.1 + with: + fetch-depth: 0 - uses: ./.github/actions/ruby-cache