From 5d2ddae626c86c5acd3988237767750df3311c5a Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 4 Feb 2021 21:00:45 +0100 Subject: [PATCH] - typo fix --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c37b75011..744cdca0d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -68,7 +68,7 @@ jobs: ############################################################################## # JOB: DOCKER BUILD Production BACKEND ####################################### ############################################################################## - build_production_backend:run: echo "VERSION=$(yarn run version)" >> $GITHUB_ENV + build_production_backend: name: Docker Build Production - Backend runs-on: ubuntu-latest needs: [prepare]