Skip to content

Commit 7cf5883

Browse files
committed
hack workflow
1 parent 82cd7b4 commit 7cf5883

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish-js.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Publish Pyth JS packages
22

33
on:
44
push:
5-
tags:
6-
- pyth-js-v*
75
jobs:
86
publish-js:
97
name: Publish Javascript Packages to NPM
@@ -22,4 +20,4 @@ jobs:
2220
env:
2321
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2422
- run: pnpm exec lerna run build --no-private
25-
- run: pnpm exec lerna publish from-package --no-private --no-git-tag-version --yes
23+
- run: pnpm exec lerna publish from-package --no-private --no-git-tag-version --yes --scope "@pythnetwork/staking-sdk"

0 commit comments

Comments
 (0)