From: Evan You Date: Thu, 6 Apr 2023 09:35:14 +0000 (+0800) Subject: workflow: use environment for canary release workflow X-Git-Tag: v3.3.0-alpha.9~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e40755d195024e31a05df47f97715311551e2a1d;p=thirdparty%2Fvuejs%2Fcore.git workflow: use environment for canary release workflow --- diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 80f28b9987..cabd601a8e 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -10,6 +10,7 @@ jobs: # prevents this action from running on forks if: github.repository == 'vuejs/core' runs-on: ubuntu-latest + environment: Release steps: - uses: actions/checkout@v3