1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: gha releast_to_cdn set working directory for all

This commit is contained in:
Ivar Conradi Østhus 2022-01-05 11:51:58 +01:00
parent 33e72db8fd
commit 80facfac23

View File

@ -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\//}