We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba537c7 commit b9d146cCopy full SHA for b9d146c
.github/workflows/publish_branch.yml
@@ -80,6 +80,6 @@ jobs:
80
- run: npm i
81
- run: npm run build
82
83
- - run: npm publish --access public
+ - run: npm publish --access public --tag=beta
84
env:
85
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@fluencelabs/fluence",
3
- "version": "0.8.0",
+ "version": "0.9.0",
4
"description": "JS SDK for the Fluence network",
5
"main": "./dist/index.js",
6
"typings": "./dist/index.d.ts",
0 commit comments