From b94253d120f28cb510919ee812eee07ec091c199 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Fri, 13 Sep 2024 15:35:00 +0200 Subject: [PATCH] Replace deprecated ::set-output in CI --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d5d400..a35874d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - name: Set owner id: owner run: | - echo "::set-output name=owner::${GITHUB_REPOSITORY%/*}" + echo "owner=${GITHUB_REPOSITORY%/*}" >> $GITHUB_OUTPUT - name: Extract metadata (tags, labels) for Docker 👀 id: meta