ci: allow release of beta version

This commit is contained in:
Kilian von Pflugk 2024-10-17 17:39:03 +02:00
parent fc830a5e6f
commit 7e65ad1685

View File

@ -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