From c8ad479155fa8bacbd76be3c0fe772dbb75e39b6 Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Fri, 16 Jul 2021 17:48:35 +0800 Subject: [PATCH] ci: try to push a commit by semantic-release https://github.com/semantic-release/git/issues/196#issuecomment-702901192 --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1ea4df4..97c6b26 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + # Make sure the release step uses its own credentials. + persist-credentials: false - name: Read .nvmrc run: echo ::set-output name=NVMRC::$(cat .nvmrc) id: nvm