diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4e46a67..b2d84c3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -57,6 +57,8 @@ jobs: uses: actions/setup-node@v2 with: node-version: "18" + registry-url: 'https://npm.pkg.github.com' + scope: '@radius-project' - name: Enable Corepack run: | corepack enable @@ -69,4 +71,5 @@ jobs: shell: bash env: PUBLISH_ARGS: --access public --new-version 0.0.1-alpha+${{ env.COMMIT }} --tag alpha + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} run: yarn run publish:all diff --git a/packages/manifest-to-bicep-extension/package.json b/packages/manifest-to-bicep-extension/package.json index aced54c..8ac460f 100644 --- a/packages/manifest-to-bicep-extension/package.json +++ b/packages/manifest-to-bicep-extension/package.json @@ -9,8 +9,7 @@ "publishConfig": { "access": "public", "provenance": true, - "registry": "https://npm.pkg.github.com", - "scope": "@radius-project" + "registry": "@radius-project:https://npm.pkg.github.com" }, "packageManager": "yarn@4.5.2", "files": [