We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d50acd5 commit b7fcd5eCopy full SHA for b7fcd5e
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
defaults:
19
run:
20
- working-directory: ${{ github.workspace }}/wp-react-lib
+ working-directory: wp-react-lib
21
22
steps:
23
- uses: actions/checkout@v4
@@ -45,6 +45,7 @@ jobs:
45
publish: npm exec changeset publish --git-tag
46
commit: "chore(release): update version"
47
title: "chore(release): update version"
48
+ cwd: ${{ github.workspace }}/wp-react-lib
49
env:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
NPM_CONFIG_PROVENANCE: true
0 commit comments