Update deployment.yml
Update release job to use repository environment needed for homebrew secret
This commit is contained in:
parent
aefecbab65
commit
80e46cabeb
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deployment.yml
vendored
1
.github/workflows/deployment.yml
vendored
|
|
@ -206,6 +206,7 @@ jobs:
|
|||
release:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [linux, macos, windows]
|
||||
environment: ${{ inputs.environment }}
|
||||
if: inputs.release
|
||||
steps:
|
||||
- name: Checkout cli/cli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue