Skip to content

Commit e445f7d

Browse files
author
Ruben van Leeuwen
committed
Change changets/action@v1 pwd param
1 parent 5b3ac1d commit e445f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: changesets/action@v1
4545
with:
4646
publish: npm run packages:publish
47-
cwd: /home/runner/work/pydantic-forms-ui/pydantic-forms-ui/frontend
47+
cwd: /frontend
4848
env:
4949
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
5050
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)