Skip to content

Commit b9d146c

Browse files
authored
Hide non latest packages (#9)
* publishing branch packages with beta tag to hide it from being latest * Update package version
1 parent ba537c7 commit b9d146c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ jobs:
8080
- run: npm i
8181
- run: npm run build
8282

83-
- run: npm publish --access public
83+
- run: npm publish --access public --tag=beta
8484
env:
8585
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluencelabs/fluence",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "JS SDK for the Fluence network",
55
"main": "./dist/index.js",
66
"typings": "./dist/index.d.ts",

0 commit comments

Comments
 (0)