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 c225cf6 commit e937ed6Copy full SHA for e937ed6
.github/workflows/release.yaml
@@ -258,7 +258,7 @@ jobs:
258
- name: Publish release
259
run: |
260
./scripts/publish_release.sh \
261
- ${{ (github.event.inputs.dry_run || github.event.inputs.snapshot) && '--dry-run' || '--version needs.release.outputs.version' }} \
+ ${{ (github.event.inputs.dry_run || github.event.inputs.snapshot) && '--dry-run' || '--version ${{needs.release.outputs.version}}' }} \
262
./build/*.msi \
263
./build/*.zip \
264
./build/*.tar.gz \
0 commit comments