Skip to content

Commit e40755d

Browse files
committed
workflow: use environment for canary release workflow
1 parent f7f4624 commit e40755d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/canary.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
# prevents this action from running on forks
1111
if: github.repository == 'vuejs/core'
1212
runs-on: ubuntu-latest
13+
environment: Release
1314
steps:
1415
- uses: actions/checkout@v3
1516

0 commit comments

Comments
 (0)