Skip to content

Commit

Permalink
Use official npmjs registry (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Nowak <[email protected]>
  • Loading branch information
rynowak authored Dec 31, 2024
1 parent 0f7cb1d commit 0f7167d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '20'
registry-url: 'https://npm.pkg.github.com'
scope: '@radius-project'
- name: Enable Corepack
run: |
Expand All @@ -83,5 +82,5 @@ jobs:
shell: bash
env:
PUBLISH_ARGS: --access public --tag alpha
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn run publish:all 0.0.1-alpha.${{ env.COMMIT }}
3 changes: 1 addition & 2 deletions packages/manifest-to-bicep-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
},
"publishConfig": {
"access": "public",
"provenance": true,
"@radius-project:registry": "https://npm.pkg.github.com"
"provenance": true
},
"packageManager": "[email protected]",
"files": [
Expand Down

0 comments on commit 0f7167d

Please sign in to comment.