workflow: use environment for canary release workflow

This commit is contained in:
Evan You 2023-04-06 17:35:14 +08:00
parent f7f4624191
commit e40755d195
1 changed files with 1 additions and 0 deletions

View 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