mirror of
https://github.com/status-im/diawi-nodejs-uploader.git
synced 2025-02-21 09:18:08 +00:00
build: fix gh action
This commit is contained in:
parent
d3f9fc0aac
commit
789d3e7114
12
.github/workflows/release.yaml
vendored
12
.github/workflows/release.yaml
vendored
@ -12,10 +12,12 @@ test-and-release:
|
||||
matrix:
|
||||
node-version: [12.18.4]
|
||||
steps:
|
||||
- name: Install yarn
|
||||
run: npm install -g yarn
|
||||
- name: Install dependencies
|
||||
run: npm i
|
||||
run: yarn
|
||||
- name: Release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
run: npm run release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
run: yarn release
|
||||
|
Loading…
x
Reference in New Issue
Block a user