Skip to content

Commit 21990f3

Browse files
committed
💚 fix publish
1 parent 9062acd commit 21990f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
- run: yarn run package
3232
- run: yarn run publish
3333
env:
34-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
34+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3535

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"test": "nx test ngx-http-annotations",
1010
"build_lib": "nx run ngx-http-annotations:build:production && npm run copy-readme",
1111
"copy-readme": "copyfiles ./README.md ./dist/libs/ngx-http-annotations",
12-
"npm_pack": "cd dist/libs/ngx-http-annotations && npm pack",
13-
"package": "npm run build_lib && npm run npm_pack",
14-
"publish": "cd dist/libs/ngx-http-annotations && npm publish"
12+
"npm_pack": "cd dist/libs/ngx-http-annotations && yarn pack",
13+
"package": "yarn run build_lib && yarn run npm_pack",
14+
"publish": "cd dist/libs/ngx-http-annotations && yarn publish"
1515
},
1616
"private": true,
1717
"dependencies": {

0 commit comments

Comments
 (0)