Skip to content

Commit 634d66c

Browse files
authored
Bump @pythnetwork/staking staking for publishing (#321)
* Bump version * Fix publish workflow
1 parent 63abf40 commit 634d66c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-staking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
registry-url: "https://registry.npmjs.org"
1717
- run: npm ci
1818
- run: npx lerna run build --no-private
19-
- run: npx lerna publish from-package --no-private --no-git-tag-version --yes --scope @pythnetwork/staking
19+
- run: npx lerna publish from-package --no-private --no-git-tag-version --yes
2020
env:
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

staking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/staking",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Pyth Network Staking SDK",
55
"main": "lib/app/index.js",
66
"types": "lib/app/index.d.ts",

0 commit comments

Comments
 (0)