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:
parent
f3b1de8ad4
commit
7f0418a036
10
frontend/.github/workflows/release_to_cdn.yml
vendored
10
frontend/.github/workflows/release_to_cdn.yml
vendored
@ -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\//}
|
||||
|
Loading…
Reference in New Issue
Block a user