Skip to content

Release

Release #25

Workflow file for this run

name: Release
on:
workflow_run:
workflows: [CI]
types: [completed]
branches: [main]
jobs:
lint:
name: Release
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v4
- uses: pnpm/[email protected]
with:
version: 7.13.6
- name: rust-toolchain
uses: actions-rs/[email protected]
with:
toolchain: stable
- name: install dependencies
run: pnpm install
- name: release
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
run: pnpm run release