diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index a8dc1a4..9002fc7 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -6,7 +6,7 @@ jobs: publish: runs-on: ubuntu-latest env: - REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }} + REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }} NODE_NO_WARNINGS: 1 steps: - name: checkout diff --git a/.npmrc b/.npmrc index 2d751c0..0734669 100644 --- a/.npmrc +++ b/.npmrc @@ -1,5 +1,4 @@ +//registry.npmjs.org/:_authToken=${REGISTRY_TOKEN} +registry=https://registry.npmjs.org/ +always-auth=true lockfile = false -auto-install-peers = true - -@mp281x:registry=https://npm.pkg.github.com -//npm.pkg.github.com/:_authToken=${REGISTRY_TOKEN} diff --git a/package.json b/package.json index f4838c6..c39b529 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,7 @@ { "type": "module", - "version": "1.1.23", + "version": "1.0.0", "name": "@mp281x/shared-config", - "publishConfig": { "registry": "https://npm.pkg.github.com/@mp281x" }, "globImports": ["**/src/*.ts"],