Skip to content

Commit d05c11a

Browse files
fix(ci): append trailing slash to registry url in npmrc and action config
1 parent 93844df commit d05c11a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/setup-npmrc/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ runs:
1919
run: |-
2020
echo ""@google-gemini:registry=https://npm.pkg.github.com"" > ~/.npmrc
2121
echo ""//npm.pkg.github.com/:_authToken=${INPUTS_GITHUB_TOKEN}"" >> ~/.npmrc
22-
echo ""@google:registry=https://wombat-dressing-room.appspot.com"" >> ~/.npmrc
22+
echo ""@google:registry=https://wombat-dressing-room.appspot.com/"" >> ~/.npmrc
2323
env:
2424
INPUTS_GITHUB_TOKEN: '${{ inputs.github-token }}'

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@google:registry=https://wombat-dressing-room.appspot.com
1+
@google:registry=https://wombat-dressing-room.appspot.com/

0 commit comments

Comments
 (0)