mirror of https://github.com/vuejs/core.git
workflow: use environment for canary release workflow
This commit is contained in:
parent
f7f4624191
commit
e40755d195
|
@ -10,6 +10,7 @@ jobs:
|
||||||
# prevents this action from running on forks
|
# prevents this action from running on forks
|
||||||
if: github.repository == 'vuejs/core'
|
if: github.repository == 'vuejs/core'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
environment: Release
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue