mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-05 02:10:18 +00:00
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:
parent
ba537c79b3
commit
b9d146c653
2
.github/workflows/publish_branch.yml
vendored
2
.github/workflows/publish_branch.yml
vendored
@ -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 }}
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user