We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93844df commit d05c11aCopy full SHA for d05c11a
2 files changed
.github/actions/setup-npmrc/action.yml
@@ -19,6 +19,6 @@ runs:
19
run: |-
20
echo ""@google-gemini:registry=https://npm.pkg.github.com"" > ~/.npmrc
21
echo ""//npm.pkg.github.com/:_authToken=${INPUTS_GITHUB_TOKEN}"" >> ~/.npmrc
22
- echo ""@google:registry=https://wombat-dressing-room.appspot.com"" >> ~/.npmrc
+ echo ""@google:registry=https://wombat-dressing-room.appspot.com/"" >> ~/.npmrc
23
env:
24
INPUTS_GITHUB_TOKEN: '${{ inputs.github-token }}'
.npmrc
@@ -1 +1 @@
1
-@google:registry=https://wombat-dressing-room.appspot.com
+@google:registry=https://wombat-dressing-room.appspot.com/
0 commit comments