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:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
packages: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -69,6 +70,7 @@ jobs:
|
|||||||
task-type: "updateManifest"
|
task-type: "updateManifest"
|
||||||
env:
|
env:
|
||||||
GITHUB_REPO_VISIBILITY: ${{ github.event.repository.visibility }}
|
GITHUB_REPO_VISIBILITY: ${{ github.event.repository.visibility }}
|
||||||
|
CURRENT_VERSION: "10.10.0"
|
||||||
MAIN_VERSION: "10.10"
|
MAIN_VERSION: "10.10"
|
||||||
|
|
||||||
- name: Deploy to Cloudflare KV
|
- name: Deploy to Cloudflare KV
|
||||||
|
Loading…
x
Reference in New Issue
Block a user