diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db23263..60a7cbf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,7 @@ jobs: run: | git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" + echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc npm run ci:release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/nx.json b/nx.json index 33cd87f..66b724b 100644 --- a/nx.json +++ b/nx.json @@ -39,8 +39,10 @@ "projectsRelationship": "independent", "releaseTagPattern": "{projectName}/{version}", "changelog": { - "createRelease": "github", - "file": false + "projectChangelogs": { + "createRelease": "github", + "file": false + } }, "version": { "conventionalCommits": true,