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

fix: gha releast_to_cdn must use yarn

This commit is contained in:
Ivar Conradi Østhus 2022-01-05 11:40:39 +01:00
parent f3b1de8ad4
commit 7f0418a036

View File

@ -16,15 +16,11 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: yarn install & build
run: |
yarn && yarn build
working-directory: ./${{ github.workflow }}
env:
CI: true
- run: yarn
- run: yarn build
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}