We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e8bae commit f9e737fCopy full SHA for f9e737f
.github/workflows/myrelease.yml
@@ -28,7 +28,7 @@ jobs:
28
id: curver
29
run: |
30
$v = $(git for-each-ref --sort=-creatordate --count 1 --format="%(refname:short)" "refs/tags/v*")
31
- echo "ver=$(echo $v)" >> $GITHUB_OUTPUT
+ echo "ver=$(echo $v)" >> $env:GITHUB_OUTPUT
32
33
- name: show version
34
run: Write-Output ${{ steps.curver.outputs.ver }}
0 commit comments