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: |