From faecb40361a6dcae27044e28ac1706ba35d169a8 Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Sat, 7 Sep 2024 13:36:51 +0200 Subject: [PATCH] chore: Update deployment environment name to "Deploy-Release" --- .github/workflows/alpha.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 1cc258596..34251d915 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -312,6 +312,8 @@ jobs: name: Release needs: [build-data, linux, windows-step-3, check-release, mac, appimage] runs-on: ubuntu-latest + environment: + name: Deploy-Release steps: - uses: actions/checkout@v4