From cab2914fcefd9da2bda83c49326971a1497bf65a Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Fri, 20 Jan 2023 15:34:08 +0100 Subject: [PATCH] ci: remove release-as --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a60b1f7a..0fd094f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,6 @@ jobs: with: release-type: simple package-name: LazyVim - release-as: "1.0.0" - uses: actions/checkout@v2 - name: tag stable versions if: ${{ steps.release.outputs.release_created }}