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 7b0a397 commit 73ec384
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 @@ -171,7 +171,7 @@ jobs:
id: tag-list
env:
VERSION: ${{ needs.setup.outputs.release-version }}
DRY_RUN: ${{ github.event.inputs.release_type == 'Dry Run' }}
DRY_RUN: ${{ inputs.release_type == 'Dry Run' }}
run: |
if [[ "${DRY_RUN}" == "true" ]]; then
REF=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
Expand Down

0 comments on commit 73ec384

Please sign in to comment.