Skip to content

Commit

Permalink
Update .github/workflows/release-cli.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Vince Grassia <[email protected]>
  • Loading branch information
michalchecinski and vgrassia authored Feb 5, 2024
1 parent 73ec384 commit 7b9ff12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
platforms: |
linux/amd64,
linux/arm64/v8
push: ${{ github.event.inputs.release_type != 'Dry Run' }}
push: ${{ inputs.release_type != 'Dry Run' }}
tags: ${{ steps.tag-list.outputs.tags }}
secrets: |
"GH_PAT=${{ steps.retrieve-secret-pat.outputs.github-pat-bitwarden-devops-bot-repo-scope }}"
Expand Down

0 comments on commit 7b9ff12

Please sign in to comment.