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