Skip to content

Commit

Permalink
Fix publish package
Browse files Browse the repository at this point in the history
  • Loading branch information
danimhr committed Dec 2, 2024
1 parent 7aa9877 commit 3ad849a
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-js-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
run: pnpm --filter @pythnetwork/express-relay-js build # If your package requires a build step

- name: Publish to npm
run: pnpm --filter @pythnetwork/express-relay-js publish
run: pnpm --filter @pythnetwork/express-relay-js publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-solidity-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish to npm
run: pnpm --filter @pythnetwork/express-relay-sdk-solidity publish
run: pnpm --filter @pythnetwork/express-relay-sdk-solidity publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3ad849a

Please sign in to comment.