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 63abf40 commit 634d66cCopy full SHA for 634d66c
.github/workflows/publish-staking.yml
@@ -16,6 +16,6 @@ jobs:
16
registry-url: "https://registry.npmjs.org"
17
- run: npm ci
18
- run: npx lerna run build --no-private
19
- - run: npx lerna publish from-package --no-private --no-git-tag-version --yes --scope @pythnetwork/staking
+ - run: npx lerna publish from-package --no-private --no-git-tag-version --yes
20
env:
21
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
staking/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pythnetwork/staking",
3
- "version": "2.0.0",
+ "version": "2.1.0",
4
"description": "Pyth Network Staking SDK",
5
"main": "lib/app/index.js",
6
"types": "lib/app/index.d.ts",
0 commit comments