Skip to content

Commit d5977e5

Browse files
committed
Fix set-output GHA deprecation warning in find-hotfix-tags
1 parent 2ff7f29 commit d5977e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/find-hotfix-tags.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ cat dockerhub_tags
4040
build_candidate=$(comm -23 git_tags dockerhub_tags | head -n 1)
4141

4242
echo "Found hotfix tag build candidate: $build_candidate"
43-
echo "::set-output name=tag::$build_candidate"
43+
echo "tag=$build_candidate" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)