Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
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): revert azure core tools back to v3
  • Loading branch information
kevin-boutin committed Sep 19, 2023
commit a6d719645b2a1722167eca11740aa240b299189f
2 changes: 0 additions & 2 deletions .github/workflows/github-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ jobs:
# Note: Setting NODE_AUTH_TOKEN as job|workspace wide env var won't work
# as it appears actions/setup-node sets own value
env:
#NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# npm whoami --registry https://npm.pkg.github.com/
run: |
cat /home/runner/work/_temp/.npmrc
npm publish --access restricted --registry https://npm.pkg.github.com/locusrobotics/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@azure/ms-rest-nodeauth": "^1.0.1",
"@azure/storage-blob": "^10.3.0",
"axios": "^0.18.0",
"azure-functions-core-tools": "^4.0.5198",
"azure-functions-core-tools": "^3.0.2245",
"cross-spawn": "^7.0.2",
"deep-equal": "^1.0.1",
"js-yaml": "^3.13.1",
Expand Down