Skip to content

Commit e937ed6

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! ci: add action to push chocolatey package
1 parent c225cf6 commit e937ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
- name: Publish release
259259
run: |
260260
./scripts/publish_release.sh \
261-
${{ (github.event.inputs.dry_run || github.event.inputs.snapshot) && '--dry-run' || '--version needs.release.outputs.version' }} \
261+
${{ (github.event.inputs.dry_run || github.event.inputs.snapshot) && '--dry-run' || '--version ${{needs.release.outputs.version}}' }} \
262262
./build/*.msi \
263263
./build/*.zip \
264264
./build/*.tar.gz \

0 commit comments

Comments
 (0)