Skip to content

Commit a4a0997

Browse files
peterdemetdemin
authored andcommitted
Update deprecated set-output command
1 parent bde4928 commit a4a0997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

find_latest_tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ if [ -z "${tag}" ]; then
2424
die "cannot find tag matching regex: ${2}"
2525
fi
2626

27-
echo "::set-output name=tag::${tag}"
27+
echo "tag=${tag}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)