Skip to content

Commit 0d6a932

Browse files
committed
CI/CD Changes
1 parent 9e5651d commit 0d6a932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Building sources
9393
run: npm run build
9494
- name: Publishing
95-
run: npm publish
95+
run: npm publish dist
9696
env:
9797
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
9898

0 commit comments

Comments
 (0)