Skip to content

Commit 5a6e591

Browse files
committed
next publish try
1 parent 3c7040a commit 5a6e591

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@ on:
99
- threejs-javascript
1010

1111
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-
2212
publish-npm:
2313
needs: build
2414
runs-on: ubuntu-latest
@@ -28,21 +18,6 @@ jobs:
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}}

0 commit comments

Comments
 (0)