Skip to content

Commit 75a795d

Browse files
authored
fix (#709)
1 parent e995a2b commit 75a795d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-js.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types:
66
- created
77
jobs:
8-
publish-solidity-sdk:
8+
publish-js:
99
name: Publish Javascript Packages to NPM
1010
if: ${{ startsWith(github.ref, 'refs/tags/pyth-js-v') }}
1111
runs-on: ubuntu-latest
@@ -16,6 +16,6 @@ jobs:
1616
node-version: "16"
1717
registry-url: "https://registry.npmjs.org"
1818
- run: npm ci
19-
- run: npx lerna publish from-package --no-git-tag-version
19+
- run: npx lerna publish from-package --no-git-tag-version --yes
2020
env:
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)