File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -14,19 +14,20 @@ jobs:
14
14
node-version : 12
15
15
- run : npm ci
16
16
17
- # publish-npm:
18
- # needs: build
19
- # runs-on: ubuntu-latest
20
- # steps:
21
- # - uses: actions/checkout@v1
22
- # - uses: actions/setup-node@v1
23
- # with:
24
- # node-version: 12
25
- # registry-url: https://registry.npmjs.org/
26
- # - run: npm ci
27
- # - run: npm publish
28
- # env:
29
- # NODE_AUTH_TOKEN: ${{secrets.npm_token}}
17
+ publish-npm :
18
+ needs : build
19
+ runs-on : ubuntu-latest
20
+ steps :
21
+ - uses : actions/checkout@v1
22
+ - uses : actions/setup-node@v1
23
+ with :
24
+ node-version : 12
25
+ registry-url : https://registry.npmjs.org/
26
+ - run : npm ci
27
+ - run : npm run copyfiles
28
+ - run : npm run dist
29
+ env :
30
+ NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
30
31
31
32
publish-gpr :
32
33
needs : build
You can’t perform that action at this time.
0 commit comments