Skip to content

Commit

Permalink
Bump @pythnetwork/staking staking for publishing (#321)
Browse files Browse the repository at this point in the history
* Bump version

* Fix publish workflow
  • Loading branch information
guibescos authored Jan 4, 2024
1 parent 63abf40 commit 634d66c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-staking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npx lerna run build --no-private
- 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
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion staking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pythnetwork/staking",
"version": "2.0.0",
"version": "2.1.0",
"description": "Pyth Network Staking SDK",
"main": "lib/app/index.js",
"types": "lib/app/index.d.ts",
Expand Down

2 comments on commit 634d66c

@vercel
Copy link

@vercel vercel bot commented on 634d66c Jan 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 634d66c Jan 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

staking-devnet – ./

staking-devnet-pyth-web.vercel.app
staking-devnet-git-main-pyth-web.vercel.app
governance-nu.vercel.app

Please sign in to comment.