Skip to content

Commit 9245e62

Browse files
committed
chore: update .npmrc registry
1 parent b01bac5 commit 9245e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
ARTIFACTORY_API_KEY_ENCODED=$(echo -n ${{ secrets.ARTIFACTORY_API_KEY }} | base64)
4242
# Create .npmrc-public file
4343
cat > .npmrc-public << EOF
44-
registry=https://registry.npmjs.org/
44+
registry=https://packages.atlassian.com/artifactory/api/npm/npm-public/
4545
@atlassian:registry=https://packages.atlassian.com/api/npm/npm-public/
4646
//packages.atlassian.com/api/npm/npm-public/:username=${{ secrets.ARTIFACTORY_USERNAME }}
4747
//packages.atlassian.com/api/npm/npm-public/:_password=${{ secrets.ARTIFACTORY_API_KEY_ENCODED}}

0 commit comments

Comments
 (0)