Skip to content

Commit b22e46c

Browse files
authored
Replace deprecated command with environment file (#11570)
Signed-off-by: Jongwoo Han <jongwooo.han@gmail.com>
1 parent 06f9ffb commit b22e46c

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
@@ -16,7 +16,7 @@ jobs:
1616
version: ${{ steps.trim.outputs.version }}
1717
steps:
1818
- id: trim
19-
run: echo "::set-output name=version::${TAG:1}"
19+
run: echo "version=${TAG:1}" >> $GITHUB_OUTPUT
2020
env:
2121
TAG: ${{ github.event.release.tag_name }}
2222

0 commit comments

Comments
 (0)