We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dabec83 commit 35bc0dcCopy full SHA for 35bc0dc
.github/workflows/npm-publish-github-packages.yml
@@ -35,6 +35,6 @@ jobs:
35
scope: "@Box3TRC"
36
- run: npm install
37
# - run: npm run build # 其实不用的……有prepublishOnly
38
- - run: npm publish --registry=https://npm.pkg.github.com/ --scope=@Box3TRC
+ - run: npm run pub-gh
39
env:
40
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments