From 88b0b6524681920c0a199e829b476d25e26cc3a6 Mon Sep 17 00:00:00 2001 From: Izrafil Archimedes Date: Mon, 23 Feb 2026 09:24:15 +0100 Subject: [PATCH] chore: allow init dev version in ci --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c70233..4a2c406 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,6 +81,7 @@ jobs: with: github-token: ${{ secrets.ZX_TOKEN }} hooks: goreleaser + allow-initial-development-versions: true custom-arguments: "--provider zexlab" env: GITEA_TOKEN: ${{ secrets.ZX_TOKEN }}