From 8667b3d54e73d544b423220b0936d9edd8527e09 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sun, 8 Jan 2023 10:16:13 +0100 Subject: [PATCH] ci: releas-as 0.1.0-alpha --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cce9edd..bb4ede32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,6 +58,7 @@ jobs: prerelease: true bump-minor-pre-major: true bump-patch-for-minor-pre-major: true + release-as: 0.1.0-alpha - uses: actions/checkout@v2 - name: tag stable versions if: ${{ steps.release.outputs.release_created }}