Hide non latest packages (#9)

* publishing branch packages with beta tag to hide it from being latest

* Update package version
This commit is contained in:
Pavel 2021-01-19 17:15:59 +03:00 committed by GitHub
parent ba537c79b3
commit b9d146c653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -80,6 +80,6 @@ jobs:
- run: npm i
- run: npm run build
- run: npm publish --access public
- run: npm publish --access public --tag=beta
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/fluence",
"version": "0.8.0",
"version": "0.9.0",
"description": "JS SDK for the Fluence network",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",