From 4808475a39bd51aa3529496afc7d491582b0ebb8 Mon Sep 17 00:00:00 2001 From: Izrafil Archimedes Date: Mon, 23 Feb 2026 09:42:06 +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 }}