From 7c598b6ab9d8603d31da304101d6fa886c5f1b79 Mon Sep 17 00:00:00 2001 From: Matthieu Vachon Date: Wed, 30 Apr 2025 14:10:56 -0400 Subject: [PATCH] Fixed wrong GH action output --- .github/workflows/sf-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sf-release.yml b/.github/workflows/sf-release.yml index 5485f9ee3a..87e0c8e56d 100644 --- a/.github/workflows/sf-release.yml +++ b/.github/workflows/sf-release.yml @@ -49,7 +49,7 @@ jobs: version=${GITHUB_REF#refs/tags/} fi - echo "VERSION=${version}" >> "$GITHUB_ENV" + echo "VERSION=${version}" >> "$GITHUB_OUTPUT" - name: Generate docker tags/labels from github build context id: meta