From c685558263304042c5adba2847d5372bf0875a51 Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Mon, 6 Mar 2023 23:05:35 +0800 Subject: [PATCH] ci: update cloud env name (#3307) --- .github/workflows/release-cloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-cloud.yml b/.github/workflows/release-cloud.yml index 4be3b742f..56fb9fd23 100644 --- a/.github/workflows/release-cloud.yml +++ b/.github/workflows/release-cloud.yml @@ -51,7 +51,7 @@ jobs: deploy-dev: runs-on: ubuntu-latest needs: dockerize - environment: cloud + environment: cloud-dev if: ${{ !startsWith(github.ref, 'refs/tags/') }} steps: