fix missing worflow content
/ release (push) Successful in 32s

This commit is contained in:
2025-12-20 06:54:30 -08:00
parent 4d1445f9bd
commit bf03f50c5a
+14
View File
@@ -0,0 +1,14 @@
on:
push:
tags:
- "*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: npm ci
- run: npx wrangler deploy
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}