From b0865ec1de8ff349367f5989e08afa858ea3a714 Mon Sep 17 00:00:00 2001 From: Sascha Depold Date: Sat, 4 Dec 2021 19:03:35 +0100 Subject: [PATCH] ci(beta): prepare beta builds --- .github/workflows/ci.yml | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60fee5929f80..02a2faa21e49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -234,7 +234,7 @@ jobs: test-mysql-mariadb, test-mssql, ] - if: github.event_name == 'push' && (github.ref == 'refs/heads/v6' || github.ref == 'refs/heads/v6-alpha') + if: github.event_name == 'push' && (github.ref == 'refs/heads/v6' || github.ref == 'refs/heads/v6-beta') env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index 38f14321dc72..0c6495ad63f7 100644 --- a/package.json +++ b/package.json @@ -180,8 +180,8 @@ "branches": [ "v6", { - "name": "v6-alpha", - "prerelease": "alpha" + "name": "v6-beta", + "prerelease": "beta" } ] },