From 26adc9772b55e87a11d90d8465354c2c4dce9147 Mon Sep 17 00:00:00 2001 From: genismoreno Date: Thu, 11 Apr 2024 15:18:48 +0200 Subject: [PATCH] Fixing deprecation of set-output by using --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 44c303b..07f88f2 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -29,7 +29,7 @@ commit=$(git rev-parse HEAD) if [ "$tag_commit" == "$commit" ]; then echo "No new commits since previous tag. Skipping..." - echo ::set-output name=tag::"$tag" + echo "tag=$tag" >> "$GITHUB_OUTPUT" exit 0 fi