diff --git a/.github/workflows/sync_version-packages.yml b/.github/workflows/sync_version-packages.yml index 4a33b2241e..d01e805fb7 100644 --- a/.github/workflows/sync_version-packages.yml +++ b/.github/workflows/sync_version-packages.yml @@ -24,9 +24,6 @@ jobs: fetch-tags: true token: ${{ secrets.GH_SERVICE_ACCOUNT_TOKEN }} - - name: Fetch tags # See https://github.com/actions/checkout/issues/2041 - run: git fetch --tags - - name: Install Dependencies run: yarn --immutable - name: Create Release Pull Request