Skip to content

Commit

Permalink
Merge pull request #16801 from storybookjs/fix-handle-release-branche…
Browse files Browse the repository at this point in the history
…s-workflow

Fix `handle-release-branches` workflow
  • Loading branch information
kylegach committed Nov 26, 2021
1 parent d206997 commit 18015d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/handle-release-branches.yml
Expand Up @@ -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: |
Expand Down

0 comments on commit 18015d0

Please sign in to comment.