Skip to content

Commit 247c414

Browse files
committed
Fix workflow warning
1 parent c985c64 commit 247c414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Get previous tag
1919
id: prevtag
2020
run: |
21-
Write-Host "::set-output name=tag::$(GIT.EXE describe --abbrev=0 --tags ${{ github.ref_name }}`^)"
21+
echo "tag=$(GIT.EXE describe --abbrev=0 --tags ${{ github.ref_name }}`^)" >> $GITHUB_OUTPUT
2222
2323
- name: Checkout LuaJIT
2424
uses: actions/checkout@v3

0 commit comments

Comments
 (0)