Skip to content

refactor: bump and renew (#19) #43

refactor: bump and renew (#19)

refactor: bump and renew (#19) #43

Workflow file for this run

name: deploy
on:
push:
branches: [master]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: '16'
- run: yarn install --frozen-lockfile
- run: npm run build
- run: npm run test
- run: npm run validate
- name: publish
uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
wranglerVersion: '2.0.14'