ci: recreate exact .npmrc setup from old branch

This commit is contained in:
mkorwel
2026-04-24 22:38:39 +00:00
parent 2f1cf102a0
commit c09dc461f9
+3 -2
View File
@@ -44,8 +44,9 @@ jobs:
- name: 'Configure npm for GitHub Packages'
run: |
rm -f .npmrc
echo "//npm.pkg.github.com/:_authToken=\${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc
echo "@google-gemini:registry=https://npm.pkg.github.com" >> ~/.npmrc
echo ""@google-gemini:registry=https://npm.pkg.github.com"" > ~/.npmrc
echo ""//npm.pkg.github.com/:_authToken=\${{ secrets.GITHUB_TOKEN }}"" >> ~/.npmrc
echo ""@google:registry=https://wombat-dressing-room.appspot.com"" >> ~/.npmrc
shell: 'bash'
- name: 'Publish Packages'