From 87795791202039ab447a5773e6da92790b57c2c3 Mon Sep 17 00:00:00 2001 From: Harris Tzovanakis Date: Fri, 20 Sep 2024 15:39:15 +0200 Subject: [PATCH] gh-actions: fix release --- .github/workflows/backend-tests-on-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-tests-on-docker.yml b/.github/workflows/backend-tests-on-docker.yml index fc74184e6b..7f757a2825 100644 --- a/.github/workflows/backend-tests-on-docker.yml +++ b/.github/workflows/backend-tests-on-docker.yml @@ -203,7 +203,7 @@ jobs: run: | echo "RELEASE=$(git tag --points-at HEAD)" >> $GITHUB_ENV echo "TAG=${RELEASE:-$(git describe --always --tags)}" >> $GITHUB_ENV - echo "::set-output name=tag::${RELEASE:-$(git describe --always --tags)}" + echo "tag=${RELEASE:-$(git describe --always --tags)}" >> $GITHUB_OUTPUT - name: deploy docker images id: deploy-docker-images shell: bash