File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 99 - threejs-javascript
1010
1111jobs :
12- build :
13- runs-on : ubuntu-latest
14- steps :
15- - uses : actions/checkout@v2
16- - uses : actions/setup-node@v1
17- with :
18- node-version : 14
19- - run : npm ci
20- - run : npm test
21-
2212 publish-npm :
2313 needs : build
2414 runs-on : ubuntu-latest
2818 with :
2919 node-version : 14
3020 registry-url : https://registry.npmjs.org/
31- - run : npm ci
3221 - run : npm publish
3322 env :
3423 NODE_AUTH_TOKEN : ${{secrets.npm_token}}
35-
36- publish-gpr :
37- needs : build
38- runs-on : ubuntu-latest
39- steps :
40- - uses : actions/checkout@v2
41- - uses : actions/setup-node@v1
42- with :
43- node-version : 14
44- registry-url : https://npm.pkg.github.com/
45- - run : npm ci
46- - run : npm publish
47- env :
48- NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments