We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7040a commit 5a6e591Copy full SHA for 5a6e591
1 file changed
.github/workflows/npm-publish.yml
@@ -9,16 +9,6 @@ on:
9
- threejs-javascript
10
11
jobs:
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
-
22
publish-npm:
23
needs: build
24
runs-on: ubuntu-latest
@@ -28,21 +18,6 @@ jobs:
28
with:
29
node-version: 14
30
registry-url: https://registry.npmjs.org/
31
32
- run: npm publish
33
env:
34
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
35
36
- publish-gpr:
37
- needs: build
38
39
40
41
42
43
44
- registry-url: https://npm.pkg.github.com/
45
46
- - run: npm publish
47
- env:
48
- NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments