Skip to content

Commit

Permalink
FIX Org name logic by prefixing it as part of registry
Browse files Browse the repository at this point in the history
  • Loading branch information
achyutjhunjhunwala committed Apr 13, 2022
1 parent 6fc58cb commit 9f46a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh -l
echo "registry = https://npm.pkg.github.com/$INPUT_ORG_NAME" > .npmrc
echo "@$INPUT_ORG_NAME:registry = https://npm.pkg.github.com" > .npmrc
if [[ -z "$INPUT_AUTH_TOKEN" ]]; then
echo "//npm.pkg.github.com/:_authToken=$AUTH_TOKEN" >> .npmrc
else
Expand Down

0 comments on commit 9f46a8d

Please sign in to comment.