Loading .github/workflows/version_bump.yml +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ jobs: with: branch: ${{ github.event.pull_request.base.ref }} message: 'Bump version to ${{ steps.new-version.outputs.new-version }}' repo-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }} author_name: github-actions[bot] author_email: github-actions[bot]@users.noreply.github.com env: Loading Loading
.github/workflows/version_bump.yml +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ jobs: with: branch: ${{ github.event.pull_request.base.ref }} message: 'Bump version to ${{ steps.new-version.outputs.new-version }}' repo-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }} author_name: github-actions[bot] author_email: github-actions[bot]@users.noreply.github.com env: Loading