diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cce9edd..0fd094f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,9 +55,6 @@ jobs: with: release-type: simple package-name: LazyVim - prerelease: true - bump-minor-pre-major: true - bump-patch-for-minor-pre-major: true - uses: actions/checkout@v2 - name: tag stable versions if: ${{ steps.release.outputs.release_created }}