From faef2f01619afbe5d2abe79076d00c06a8861c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Cerqueira?= Date: Thu, 21 Oct 2021 13:10:30 +0100 Subject: [PATCH] ci(release): temporarily remove setup git credentials --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3591fd..6ef2766 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,10 +29,10 @@ jobs: - name: Install Git SemVer run: go install . - - name: Setup Git Credentials - uses: fusion-engineering/setup-git-credentials@v2 - with: - credentials: https://${{ secrets.CB_RELEASE_BOT_NAME }}:${{ steps.release-bot.outputs.token }}@github.com/ + # - name: Setup Git Credentials + # uses: fusion-engineering/setup-git-credentials@v2 + # with: + # credentials: https://${{ secrets.CB_RELEASE_BOT_NAME }}:${{ steps.release-bot.outputs.token }}@github.com/ - name: Bump Version run: |