Skip to content

Commit c1dde1b

Browse files
authored
Merge pull request #83 from workfloworchestrator/readme-update
Try setting another absolute path
2 parents 7a7da28 + b3317e5 commit c1dde1b

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/frontend
47+
cwd: /home/runner/work/pydantic-forms-ui/pydantic-forms-ui/frontend
4848
env:
4949
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
5050
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)