Skip to content

common: move to wrangler v3 and update the generated codes #5

common: move to wrangler v3 and update the generated codes

common: move to wrangler v3 and update the generated codes #5

Workflow file for this run

name: Release Build and Publish
on:
push:
tags:
- v**
jobs:
build-for-release:
uses: ./.github/workflows/factory.yaml
with:
tag: ${{ github.ref_name }}
push: true
secrets: inherit