diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 46a3aad..3c25241 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -9,6 +9,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - name: Bumpversion release version uses: tj-actions/bumpversion@v7.1 id: bumpversion