Skip to content

Commit 0f8ed31

Browse files
committed
Remove prerelease fix deprecation warning
1 parent 49b0464 commit 0f8ed31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169

170170
- name: Print short SHA
171171
id: sha
172-
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
172+
run: echo "sha_short=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT"
173173

174174
- name: Publish Prerelease
175175
if: ${{ github.event_name != 'push' && github.ref != 'refs/heads/main' }}

0 commit comments

Comments
 (0)