From 73f7aad02845965ab8068a45167a91f3c7303407 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 08:05:33 +0000 Subject: [PATCH] feat: Updated .github/workflows/release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4f11b8..a3d05a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,8 +17,8 @@ jobs: - name: tag stable versions if: ${{ steps.release.outputs.release_created }} run: | - git config user.name github-actions[bot] - git config user.email github-actions[bot]@users.noreply.github.com + git config --global user.name github-actions[bot] + git config --global user.email github-actions[bot]@users.noreply.github.com git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/google-github-actions/release-please-action.git" git tag -d stable || true git push origin :stable || true