From 3f9c177d76c7da3341938445f6f25b77a45d10ca Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Tue, 31 May 2022 18:22:56 -0300 Subject: [PATCH] Goreleaser / GitHub Actions: Update committer --- .github/workflows/website-deploy.yml | 2 ++ .goreleaser.yml | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index 8a0dae80..d04ee399 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -31,3 +31,5 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs/build + user_name: task-bot + user_email: 106601941+task-bot@users.noreply.github.com diff --git a/.goreleaser.yml b/.goreleaser.yml index 5c880d8a..320e729d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -44,8 +44,8 @@ checksum: nfpms: - vendor: Task - homepage: https://github.com/go-task/task - maintainer: Andrey Nering + homepage: https://taskfile.dev + maintainer: Andrey Nering description: Simple task runner written in Go license: MIT conflicts: @@ -78,3 +78,6 @@ brews: bash_completion.install "completion/bash/task.bash" => "task" zsh_completion.install "completion/zsh/_task" => "_task" fish_completion.install "completion/fish/task.fish" + commit_author: + name: task-bot + email: 106601941+task-bot@users.noreply.github.com