diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 311d4d9..4049f6f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,9 +33,6 @@ jobs: - name: Configure package manager run: | echo Configuring NPM_TOKEN globally for .npmrc - npm config set '//registry.npmjs.org/:_authToken' ${{ env.NPM_TOKEN }} - npm set @reside-eng:registry "https://npm.pkg.github.com" - npm config set '//npm.pkg.github.com/:_authToken' $GITHUB_TOKEN yarn config set npmAuthToken ${{ env.NPM_TOKEN }} npm whoami env: @@ -67,7 +64,7 @@ jobs: with: semantic_version: ^18 extra_plugins: | - @side/semantic-config-base" + @side/semantic-config-base branches: | [ '+([0-9])?(.{+([0-9]),x}).x', diff --git a/package.json b/package.json index 6544e9c..b6ee1b0 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", + "private": true, "files": [ "dist" ],