Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Fix command to publish npm package
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed Aug 24, 2023
1 parent 07a7863 commit c06a354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- run: yarn workspace @kaoto/kaoto-ui run build
- run: yarn workspace @kaoto/kaoto-ui run build:lib
- name: 📦 Publish Package to npm
run: yarn workspace @kaoto/kaoto-ui run npm publish --access=public
run: yarn workspace @kaoto/kaoto-ui npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c06a354

Please sign in to comment.