Explorar el Código

workflow: use environment for canary release workflow

Evan You hace 3 años
padre
commit
e40755d195
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/canary.yml

+ 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