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 08cbad7 commit 6913775Copy full SHA for 6913775
.github/workflows/npm-publish.yml
@@ -1,5 +1,3 @@
1
-# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2
-# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
3
# 在创建 release 后自动发布 npm 包
4
5
@@ -36,17 +34,3 @@ jobs:
36
34
- run: npm publish
37
35
env:
38
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
39
-
40
- publish-gpr:
41
- name: 发布到 github pkg
42
- needs: build
43
- runs-on: ubuntu-latest
44
- steps:
45
- - uses: actions/checkout@v2
46
- - uses: actions/setup-node@v1
47
- with:
48
- node-version: 12
49
- registry-url: https://npm.pkg.github.com/
50
- - run: npm publish
51
- env:
52
- NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments