From 01808fff1a60d3d18429470cd1de09319e87f615 Mon Sep 17 00:00:00 2001 From: Kyle Gach Date: Fri, 26 Nov 2021 09:49:00 -0700 Subject: [PATCH] Merge pull request #16801 from storybookjs/fix-handle-release-branches-workflow Fix `handle-release-branches` workflow --- .github/workflows/handle-release-branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |