diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5dcabf..db23263 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,10 @@ jobs: run: npx nx run-many --target=build --all - name: Release changed packages - run: npm run ci:release + run: | + git config user.name "github-actions[bot]" + git config user.email "github-actions[bot]@users.noreply.github.com" + npm run ci:release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file