diff --git a/.github/workflows/handle-release-branches.yml b/.github/workflows/handle-release-branches.yml index 95735ca4fb02..069b3390d2f6 100644 --- a/.github/workflows/handle-release-branches.yml +++ b/.github/workflows/handle-release-branches.yml @@ -40,7 +40,7 @@ jobs: - id: next-version uses: notiz-dev/github-action-json-property@release with: - path: ${{ github.workspace }}/next/docs/versions/next.json + path: ${{ github.workspace }}/next/package.json prop_path: version - run: |