Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbae8b3 commit dc91244Copy full SHA for dc91244
.github/workflows/release.yaml
@@ -45,7 +45,7 @@ env:
45
# Use `inputs` (vs `github.event.inputs`) to ensure that booleans are actual
46
# booleans, not strings.
47
# https://github.blog/changelog/2022-06-10-github-actions-inputs-unified-across-manual-and-reusable-workflows/
48
- CODER_RELEASE: ${{ !inputs.snapshot }}
+ CODER_RELEASE: ${{ !inputs.dry_run && !inputs.snapshot }}
49
CODER_RELEASE_INCREMENT: ${{ inputs.increment }}
50
CODER_RELEASE_DRAFT: ${{ inputs.draft }}
51
CODER_DRY_RUN: ${{ inputs.dry_run || inputs.snapshot }}
0 commit comments