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 e717dcb commit 3a8855fCopy full SHA for 3a8855f
.github/workflows/npm-publish-github-packages.yml
@@ -42,9 +42,9 @@ jobs:
42
run: npm config set strict-ssl true
43
44
- run: npm run build
45
- - run: cd output/prod && npm publish
46
env:
47
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_NPM_TOKEN}}
+ - run: cd output/prod && npm publish
48
49
publish-gpr:
50
needs: build
@@ -72,6 +72,6 @@ jobs:
72
run: sed -i '2,2s/node-sql-parser/@taozhi8833998\/node-sql-parser/g' package.json
73
- run: echo registry=https://npm.pkg.github.com/taozhi8833998 >> .npmrc
74
75
76
77
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_GITHUB_TOKEN}}
0 commit comments