Skip to content

Commit 531fd5b

Browse files
committed
Prepare for 1.0.0 release
1 parent eddee65 commit 531fd5b

File tree

4 files changed

+47399
-25987
lines changed

4 files changed

+47399
-25987
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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}}

0 commit comments

Comments
 (0)