Skip to content

Commit 76616ce

Browse files
author
Ruben van Leeuwen
committed
Fix cwd stopped working after v1.5 action version
1 parent 5c1774e commit 76616ce

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)