Skip to content

Commit 44f64bb

Browse files
authored
Merge pull request #80 from workfloworchestrator/readme-update
Fix cwd stopped working after v1.5 action version
2 parents 43a8f4d + 76616ce commit 44f64bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-to-npm.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ jobs:
4343
id: changesets
4444
uses: changesets/action@v1
4545
with:
46-
publish: npm run packages:publish
47-
cwd: frontend
46+
publish: cd frontend && npm run packages:publish
4847
env:
4948
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
5049
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)