mirror of
https://github.com/status-im/diawi-nodejs-uploader.git
synced 2025-02-19 16:34:22 +00:00
build: fix gh action
This commit is contained in:
parent
09ec77d9d4
commit
f6704ee6e5
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@ -13,9 +13,9 @@ jobs:
|
||||
node-version: [12.18.4]
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: npm install && npm prune
|
||||
run: npm install
|
||||
- name: Release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
run: semantic-release
|
||||
run: npx semantic-release
|
||||
|
Loading…
x
Reference in New Issue
Block a user