Skip to content

Commit 60ac4c5

Browse files
authored
Merge pull request #95 from workfloworchestrator/fix-show-minus-button
Output pwd to verify absolute path
2 parents 92bc4af + 0ad412e commit 60ac4c5

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
@@ -38,12 +38,13 @@ jobs:
3838
env:
3939
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4040
- name: Installing dependencies
41-
run: cd frontend && npm ci
41+
run: cd frontend && npm ci && pwd
4242
- name: Create Release Pull Request or Publish
4343
id: changesets
4444
uses: changesets/action@v1
4545
with:
4646
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)