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): show npmrc
  • Loading branch information
kevin-boutin committed Sep 14, 2023
commit 61b3fd3083789c83e50fda6337d250eb8688b944
2 changes: 1 addition & 1 deletion .github/workflows/github-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
cat /home/runner/work/_temp/.npmrc
npm whoami --registry https://npm.pkg.github.com/locusrobotics
ls -al
npm publish --registry https://npm.pkg.github.com/locusrobotics

- name: Create and publish a release
Expand Down