diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49d362f..448d8ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,7 +84,7 @@ jobs: return result.join(","); result-encoding: string - name: Get result - run: echo "${{steps.set-result.outputs.result}}" + run: echo "${{ steps.tags.outputs.result }}" # Build and push Docker image with Buildx (don't push on PR) # https://github.com/docker/build-push-action @@ -146,8 +146,8 @@ jobs: git add . git commit -m "[skip ci] Update from $CURRENT_VERSION to $TAG" - git config user.name "$GITHUB_ACTOR CI/CD" - git config user.email "info@byjg.com.br" + git config --global user.name "$GITHUB_ACTOR CI/CD" + git config --global user.email "info@byjg.com.br" git push fi