]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
workflow: use environment for canary release workflow
authorEvan You <yyx990803@gmail.com>
Thu, 6 Apr 2023 09:35:14 +0000 (17:35 +0800)
committerEvan You <yyx990803@gmail.com>
Thu, 6 Apr 2023 09:35:45 +0000 (17:35 +0800)
.github/workflows/canary.yml

index 80f28b9987a7015d900db98755691bcc462e7bd6..cabd601a8efdcb42af4d7d7c76e9d56d6f48f7e4 100644 (file)
@@ -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