mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
parent
7fa43c3d11
commit
31b16a6bc5
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -7,6 +7,14 @@ on:
|
||||
description: "Set to 'true' to make a GitHub release"
|
||||
required: true
|
||||
default: "false"
|
||||
npm_tag:
|
||||
description: 'npm tag'
|
||||
required: true
|
||||
default: 'latest'
|
||||
type: choice
|
||||
options:
|
||||
- latest
|
||||
- nightly
|
||||
|
||||
jobs:
|
||||
release:
|
||||
@ -84,7 +92,7 @@ jobs:
|
||||
run: |
|
||||
npm i
|
||||
npm run build
|
||||
npm publish --access public
|
||||
npm publish --access public --tag "${{ github.event.inputs.npm_tag }}"
|
||||
working-directory: ./npm
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user