Skip to content

Commit

Permalink
github: setting npm publish
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Login <batazor111@gmail.com>
  • Loading branch information
batazor committed Dec 4, 2024
1 parent 85d5f69 commit 5f9f311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
working-directory: ./boundaries/platform/ui-kit

- name: Publish 🚀
run: pnpm publish --provenance --access public --registry https://registry.npmjs.org --scope=@batazor
run: pnpm publish --provenance --access public --registry https://registry.npmjs.org
working-directory: ./boundaries/platform/ui-kit
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 5f9f311

Please sign in to comment.