Skip to content

Commit 1f975b3

Browse files
authored
chore(GHA): Update the usage of set-output command in GH actions (#5074)
1 parent b6107f0 commit 1f975b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
--discussion-category announcements \
124124
v$VERSION
125125
126-
echo "::set-output name=version::$VERSION"
126+
echo "version=$VERSION" >> $GITHUB_OUTPUT
127127
128128
merge-change-log-to-main:
129129
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)