mirror of
https://github.com/status-im/diawi-nodejs-uploader.git
synced 2025-02-22 01:38:10 +00:00
build: fix gh action
This commit is contained in:
parent
35658492c8
commit
193170451c
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
@ -9,9 +9,14 @@ test-and-release:
|
|||||||
name: release
|
name: release
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install yarn
|
||||||
|
run: |
|
||||||
|
npm install -g yarn
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
yarn
|
yarn
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user