From 362ad4de87960189cd2c58444f2964b76bb3929f Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sun, 8 Jan 2023 09:38:48 +0100 Subject: [PATCH] ci: mark as prerelease for now --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fd094f5..a801f30a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,7 @@ jobs: with: release-type: simple package-name: LazyVim + prerelease: true - uses: actions/checkout@v2 - name: tag stable versions if: ${{ steps.release.outputs.release_created }}