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

Commit 191873b

Browse files
authored
Merge pull request #31 from klaytn/feat/celer-bugs
Fixed publish typo
2 parents 1b660f4 + a749991 commit 191873b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3232
- name: Install kds-cli dependencies
3333
run: cd packages/kds-cli && npm install --force
34-
- name: Publish project1 package on NPM 📦
34+
- name: Publish kds-cli package on NPM 📦
3535
run: npx pnpm --filter "@klaytn/kds-cli" -r publish --no-git-check --access public
3636
env:
3737
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)