Skip to content

Merge branch 'refs/heads/dev' #57

Merge branch 'refs/heads/dev'

Merge branch 'refs/heads/dev' #57

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
# Semantic release
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
node-version: 16
- run: npm install --only=dev
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CLOUDFLARE_DEPLOY_MAIN: ${{ secrets.CLOUDFLARE_DEPLOY_MAIN }}