Browse Source

:bug: fixing docs release (#1799)

Signed-off-by: Gustavo Carvalho <gusfcarvalho@gmail.com>
Gustavo Fernandes de Carvalho 3 years ago
parent
commit
8f7bc5fe80
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .github/workflows/release.yml

+ 5 - 0
.github/workflows/release.yml

@@ -59,6 +59,11 @@ jobs:
         with:
         with:
           go-version-file: "go.mod"
           go-version-file: "go.mod"
 
 
+      - name: Configure Git
+        run: |
+          git config user.name "$GITHUB_ACTOR"
+          git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
+
       - name: Update Docs
       - name: Update Docs
         run: make docs.publish DOCS_VERSION=${{ github.event.inputs.version }} DOCS_ALIAS=latest
         run: make docs.publish DOCS_VERSION=${{ github.event.inputs.version }} DOCS_ALIAS=latest
         env:
         env: