From febe117ff63b5cf08fb2c9003f770d62d43dd38b Mon Sep 17 00:00:00 2001 From: Kasper Peulen Date: Fri, 4 Nov 2022 21:27:40 +0100 Subject: [PATCH] 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 8ff1a49b5666..e1eb20e97adb 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/package.json + path: ${{ github.workspace }}/next/code/package.json prop_path: version - run: |