ci: allow release of beta version
This commit is contained in:
parent
fc830a5e6f
commit
7e65ad1685
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -5,6 +5,7 @@ on:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -69,6 +70,7 @@ jobs:
|
||||
task-type: "updateManifest"
|
||||
env:
|
||||
GITHUB_REPO_VISIBILITY: ${{ github.event.repository.visibility }}
|
||||
CURRENT_VERSION: "10.10.0"
|
||||
MAIN_VERSION: "10.10"
|
||||
|
||||
- name: Deploy to Cloudflare KV
|
||||
|
Loading…
x
Reference in New Issue
Block a user