File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 26
26
with :
27
27
node-version : ${{ matrix.node-version }}
28
28
- run : npm install json -g
29
- - run : npm ci
30
- - run : npm run build --if-present
29
+ - run : npm install
30
+ - run : npm run build
31
31
- run : npm test
32
- - run : npm run node-coveralls
32
+ # Currently broken
33
+ # - run: npm run node-coveralls
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
27
27
with :
28
28
node-version : 12
29
29
registry-url : https://registry.npmjs.org/
30
- - run : npm ci
30
+ - run : npm install
31
31
- run : npm publish
32
32
env :
33
- NODE_AUTH_TOKEN : ${{secrets.npm_token }}
33
+ NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN }}
34
34
35
35
publish-gpr :
36
36
needs : build
44
44
with :
45
45
node-version : 12
46
46
registry-url : https://npm.pkg.github.com/
47
- - run : npm ci
47
+ - run : npm install
48
48
- run : npm publish
49
49
env :
50
50
NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments