Skip to content

Commit

Permalink
workflow: use environment for canary release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 6, 2023
1 parent f7f4624 commit e40755d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

1 comment on commit e40755d

@vercel
Copy link

@vercel vercel bot commented on e40755d Apr 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.