Skip to content

Commit f9e737f

Browse files
committed
fix
1 parent 85e8bae commit f9e737f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/myrelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id: curver
2929
run: |
3030
$v = $(git for-each-ref --sort=-creatordate --count 1 --format="%(refname:short)" "refs/tags/v*")
31-
echo "ver=$(echo $v)" >> $GITHUB_OUTPUT
31+
echo "ver=$(echo $v)" >> $env:GITHUB_OUTPUT
3232
3333
- name: show version
3434
run: Write-Output ${{ steps.curver.outputs.ver }}

0 commit comments

Comments
 (0)