mirror of
https://github.com/status-im/diawi-nodejs-uploader.git
synced 2025-02-17 23:47:44 +00:00
build: fix gh action
This commit is contained in:
parent
600369d54e
commit
5751e8a020
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@ -12,12 +12,10 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
node-version: [12.18.4]
|
node-version: [12.18.4]
|
||||||
steps:
|
steps:
|
||||||
- name: Install yarn
|
|
||||||
run: npm install -g yarn
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn
|
run: npm install
|
||||||
- name: Release
|
- name: Release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
run: yarn release
|
run: npm run release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user