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

Commit e1bd53c

Browse files
committed
change directory before publishing
1 parent 603ab69 commit e1bd53c

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
@@ -15,6 +15,6 @@ jobs:
1515
node-version: '16.x'
1616
registry-url: 'https://registry.npmjs.org'
1717
- run: cd ${GITHUB_WORKSPACE}/packages/${PACKAGE_NAME} && npm ci
18-
- run: npm publish --access public
18+
- run: cd ${GITHUB_WORKSPACE}/packages/${PACKAGE_NAME} && npm publish --access public
1919
env:
2020
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)