Skip to content

Commit 56dfb05

Browse files
committed
Fix CI
1 parent 6bd24f9 commit 56dfb05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
run: npm ci
2727

2828
- name: Build core package
29-
run: npm run build -w tinywebdb-core
29+
run: npm run build -w @kodular/tinywebdb-core
3030

3131
- name: Publish to npm
32-
run: npm publish -w tinywebdb-core
32+
run: npm publish -w @kodular/tinywebdb-core
3333
env:
3434
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)