Skip to content

Commit

Permalink
Merge pull request #23299 from storybookjs/fix-version-json
Browse files Browse the repository at this point in the history
Release tooling: Use repo root for path-sensitive operations

(cherry picked from commit 47b73fc)
  • Loading branch information
JReinhold authored and github-actions[bot] committed Jul 4, 2023
1 parent ebd6103 commit df043ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
- name: Sync CHANGELOG.md from `main` to `next`
if: github.ref_name == 'latest-release'
working-directory: .
run: |
git fetch origin next
git checkout next
Expand All @@ -132,6 +133,7 @@ jobs:
- name: Sync versions/next.json from `next` to `main`
if: github.ref_name == 'next-release'
working-directory: .
run: |
git fetch origin main
git checkout main
Expand Down

0 comments on commit df043ae

Please sign in to comment.