File tree Expand file tree Collapse file tree 4 files changed +47399
-25987
lines changed
projects/cloudflare-stream Expand file tree Collapse file tree 4 files changed +47399
-25987
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,11 @@ jobs:
1414 - uses : actions/checkout@v2
1515 - uses : actions/setup-node@v1
1616 with :
17- node-version : 12
17+ node-version : 14
1818 registry-url : https://registry.npmjs.org/
19- - run : yarn --frozen-lockfile
20- - run : yarn test-headless
19+ - run : npm ci
2120 # Only publish when tag does not include beta or rc suffix
22- - run : if [[ ${TAG_NAME} =~ ^v[0-9]+.[0-9]+.[0-9]+$ ]]; then yarn build && cd dist/cloudflare-stream && npm publish; fi
21+ - run : if [[ ${TAG_NAME} =~ ^v[0-9]+.[0-9]+.[0-9]+$ ]]; then npm run build && cd dist/cloudflare-stream && npm publish; fi
2322 env :
2423 NODE_AUTH_TOKEN : ${{secrets.npm_token}}
2524 TAG_NAME : ${{github.event.release.tag_name}}
You can’t perform that action at this time.
0 commit comments