Skip to content

Commit 6ca1a84

Browse files
authored
Merge pull request #81 from workfloworchestrator/readme-update
Try a absolute path when using CWD
2 parents 44f64bb + 2bd48e0 commit 6ca1a84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

0 commit comments

Comments
 (0)