Skip to content

Commit b7fcd5e

Browse files
fix npm publishing
1 parent d50acd5 commit b7fcd5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
defaults:
1919
run:
20-
working-directory: ${{ github.workspace }}/wp-react-lib
20+
working-directory: wp-react-lib
2121

2222
steps:
2323
- uses: actions/checkout@v4
@@ -45,6 +45,7 @@ jobs:
4545
publish: npm exec changeset publish --git-tag
4646
commit: "chore(release): update version"
4747
title: "chore(release): update version"
48+
cwd: ${{ github.workspace }}/wp-react-lib
4849
env:
4950
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5051
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)