Skip to content

Commit 33524d5

Browse files
authored
Merge pull request #96 from workfloworchestrator/fix-show-minus-button
Revert back to absolute path
2 parents 60ac4c5 + 2b082b4 commit 33524d5

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: ~/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)