We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e995a2b commit 75a795dCopy full SHA for 75a795d
.github/workflows/publish-js.yml
@@ -5,7 +5,7 @@ on:
5
types:
6
- created
7
jobs:
8
- publish-solidity-sdk:
+ publish-js:
9
name: Publish Javascript Packages to NPM
10
if: ${{ startsWith(github.ref, 'refs/tags/pyth-js-v') }}
11
runs-on: ubuntu-latest
@@ -16,6 +16,6 @@ jobs:
16
node-version: "16"
17
registry-url: "https://registry.npmjs.org"
18
- run: npm ci
19
- - run: npx lerna publish from-package --no-git-tag-version
+ - run: npx lerna publish from-package --no-git-tag-version --yes
20
env:
21
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments