Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat(hub-501): trying to use locusrobotics as the registry url
  • Loading branch information
kevin-boutin committed Sep 14, 2023
commit 3a57d466585550ea7e0033e6d5539d93efdf3119
2 changes: 1 addition & 1 deletion .github/workflows/github-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm whoami --registry https://npm.pkg.github.com
npm whoami --registry https://npm.pkg.github.com/locusrobotics
ls -al
npm publish --registry https://npm.pkg.github.com/locusrobotics

Expand Down