diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 5c2bfd80..08b708ac 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -24,6 +24,10 @@ jobs: - uses: actions/setup-node@v2 with: node-version: 16 + - name: Configure user + run: | + git config --local user.name "${{ github.actor }}" + git config --local user.email "${{ github.actor }}@users.noreply.github.com" - name: Bump the version run: npm version ${{ github.event.inputs.type }} - name: Push commit