Ver Fonte

workflow: use environment for canary release workflow

Evan You há 3 anos atrás
pai
commit
e40755d195
1 ficheiros alterados com 1 adições e 0 exclusões
  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