Update deployment.yml

Update release job to use repository environment needed for homebrew secret
This commit is contained in:
Andy Feller 2023-10-03 11:28:58 -04:00 committed by GitHub
parent aefecbab65
commit 80e46cabeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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