From 80facfac238961a1543e4ac6d62ae99ec935698c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Wed, 5 Jan 2022 11:51:58 +0100 Subject: [PATCH] fix: gha releast_to_cdn set working directory for all --- frontend/.github/workflows/release_to_cdn.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/.github/workflows/release_to_cdn.yml b/frontend/.github/workflows/release_to_cdn.yml index 986f078b5d..db81fb2833 100644 --- a/frontend/.github/workflows/release_to_cdn.yml +++ b/frontend/.github/workflows/release_to_cdn.yml @@ -20,6 +20,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: yarn + working-directory: ./${{ github.workflow }} - name: Get the version id: get_version run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}