File tree Expand file tree Collapse file tree 1 file changed +16
-20
lines changed
Expand file tree Collapse file tree 1 file changed +16
-20
lines changed Original file line number Diff line number Diff line change 88 build :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
12- - uses : actions/setup-node@v1
13- with :
14- node-version : ' 12.x'
15- registry-url : ' https://registry.npmjs.org'
16- env :
17- NODE_AUTH_TOKEN : ${{secrets.npm_token}}
18- - name : Compile
19- run : |
20- npm cache verify
21- npm install
22- npm run compile
23- - name : Test
24- env :
25- appSid : ${{secrets.appSidProd}}
26- appKey : ${{secrets.appKeyProd}}
27- apiBaseUrl : " https://api.aspose.cloud"
28- run : npm run test-pipeline
29- - name : Publish
30- run : npm publish
11+ - uses : actions/checkout@v2
12+ - uses : actions/setup-node@v1
13+ with :
14+ node-version : ' 12.x'
15+ registry-url : ' https://registry.npmjs.org'
16+ - run : |
17+ npm cache verify
18+ npm install
19+ npm run compile
20+ - run : npm run test-pipeline
21+ - run : npm publish
22+ env :
23+ NODE_AUTH_TOKEN : ${{secrets.npm_token}}
24+ appSid : ${{secrets.appSidProd}}
25+ appKey : ${{secrets.appKeyProd}}
26+ apiBaseUrl : " https://api.aspose.cloud"
You can’t perform that action at this time.
0 commit comments