mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-03-15 15:30:49 +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 i
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
|
|
||||||
- run: npm publish --access public
|
- run: npm publish --access public --tag=beta
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@fluencelabs/fluence",
|
"name": "@fluencelabs/fluence",
|
||||||
"version": "0.8.0",
|
"version": "0.9.0",
|
||||||
"description": "JS SDK for the Fluence network",
|
"description": "JS SDK for the Fluence network",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"typings": "./dist/index.d.ts",
|
"typings": "./dist/index.d.ts",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user