diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c3d623..89299c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,8 @@ jobs: if: ${{ github.repository == 'pedroslopez/whatsapp-web.js' }} steps: - uses: actions/checkout@v2 + - run: git config --global user.email "hello@wwebjs.dev" + - run: git config --global user.name "WWebJS Bot" - name: Bump version and publish to NPM id: publish run: ./tools/publish ${{ github.event.inputs.release_type }} @@ -25,4 +27,4 @@ jobs: with: prerelease: ${{ steps.publish.outputs.PRERELEASE }} generateReleaseNotes: true - tag: v${{ steps.publish.outputs.NEW_VERSION }} \ No newline at end of file + tag: v${{ steps.publish.outputs.NEW_VERSION }}