2
0
Эх сурвалжийг харах

workflow: use environment for canary release workflow

Evan You 3 жил өмнө
parent
commit
e40755d195

+ 1 - 0
.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