Skip to content

Commit

Permalink
Merge pull request #19756 from storybookjs/kasper/fix-workflow
Browse files Browse the repository at this point in the history
CI: Fix fix handle-release-branches workflow
  • Loading branch information
yannbf authored Nov 5, 2022
2 parents 26bd203 + febe117 commit 0127a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/handle-release-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 0127a25

Please sign in to comment.