Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
update workflow publish-ethers-ext.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tu.Le committed Sep 18, 2023
1 parent 1926456 commit edbce8e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/publish-ethers-ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,4 @@ jobs:
- name: generate ethers-ext sdk
shell: bash
run: |
cd ethers-ext && npm install && npm run build && cd -
# - name: publish ethers-ext sdk
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# run: |
# cd ethers-ext && npx pnpm --filter "@klaytn/*" -r publish --publish-branch main --no-git-check --access=public && cd -
cd ethers-ext && npm install && npm run build && cd -

0 comments on commit edbce8e

Please sign in to comment.