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

Commit

Permalink
Merge pull request #31 from klaytn/feat/celer-bugs
Browse files Browse the repository at this point in the history
Fixed publish typo
  • Loading branch information
praveen-kaia authored Feb 17, 2023
2 parents 1b660f4 + a749991 commit 191873b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Install kds-cli dependencies
run: cd packages/kds-cli && npm install --force
- name: Publish project1 package on NPM 📦
- name: Publish kds-cli package on NPM 📦
run: npx pnpm --filter "@klaytn/kds-cli" -r publish --no-git-check --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 191873b

Please sign in to comment.