diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 0a9193c..a50e9e3 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -7,6 +7,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v2 - run: git config user.name yoshi-automation - run: git config user.email yoshi-automation@google.com - run: git commit --author "yoshi-automation "