Skip to content

Commit ac352d8

Browse files
committed
fix publish command
1 parent baf32d9 commit ac352d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
node-version: 14.0.0
1717
- run: npm install
1818
- run: ./node_modules/@angular/cli/bin/ng build mx-table-builder --prod
19-
- run: cd dist/mx-table-builder && npm --publish
19+
- run: cd dist/mx-table-builder && npm publish
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
23+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)