Skip to content

Commit 3627900

Browse files
committed
Fixing echo for windows/powershell [skip ci]
1 parent 6b54dae commit 3627900

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323

2424
steps:
2525
- name: Version from build
26-
run: echo ${{ env.VERSION }}
26+
run: |
27+
Write-Output ${{ env.VERSION }}
2728
2829
- name: Download Package artifact
2930
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)