Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit 14b305d

Browse files
committed
Update cd path
1 parent b5bab0b commit 14b305d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-foobar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
node-version: '16.x'
1414
registry-url: 'https://registry.npmjs.org'
15-
- run: cd /packages/foobar && npm ci
15+
- run: cd ~/packages/foobar && npm ci
1616
- run: npm publish --access public
1717
env:
1818
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)