Skip to content

Commit 4f4622b

Browse files
Update npm-publish.yml
1 parent 2318a3d commit 4f4622b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
with:
1818
node-version: 16
1919
registry-url: 'https://registry.npmjs.org'
20-
- run: npm publish ./.build
20+
- run: npm run npm-publish
2121
env:
22-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
22+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)