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 82cd7b4 commit 7cf5883Copy full SHA for 7cf5883
.github/workflows/publish-js.yml
@@ -2,8 +2,6 @@ name: Publish Pyth JS packages
2
3
on:
4
push:
5
- tags:
6
- - pyth-js-v*
7
jobs:
8
publish-js:
9
name: Publish Javascript Packages to NPM
@@ -22,4 +20,4 @@ jobs:
22
20
env:
23
21
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
24
- run: pnpm exec lerna run build --no-private
25
- - run: pnpm exec lerna publish from-package --no-private --no-git-tag-version --yes
+ - run: pnpm exec lerna publish from-package --no-private --no-git-tag-version --yes --scope "@pythnetwork/staking-sdk"
0 commit comments