We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314f11e commit 3adadfeCopy full SHA for 3adadfe
1 file changed
.github/workflows/manual-publish.yml
@@ -37,7 +37,7 @@ jobs:
37
dry_run: ${{ inputs.dry_run }}
38
39
- name: Attest build provenance
40
- if: ${{ !inputs.dry_run }}
+ if: ${{ format('{0}', inputs.dry_run) == 'false' }}
41
uses: actions/attest@v4
42
with:
43
subject-path: 'launchdarkly-openfeature-server-sdk-*.gem'
0 commit comments