We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf32d9 commit ac352d8Copy full SHA for ac352d8
.github/workflows/npm-publish.yml
@@ -16,7 +16,8 @@ jobs:
16
node-version: 14.0.0
17
- run: npm install
18
- run: ./node_modules/@angular/cli/bin/ng build mx-table-builder --prod
19
- - run: cd dist/mx-table-builder && npm --publish
+ - run: cd dist/mx-table-builder && npm publish
20
env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
23
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments