diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ba4fe1..ef42c08 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,6 +43,8 @@ jobs: tag="${{ github.ref_name }}" echo "prerelease=false" >> $GITHUB_OUTPUT elif [[ ${{ github.ref_name }} == stable ]]; then + git config --local user.email "github-actions[bot]@users.noreply.github.com" + git config --local user.name "github-actions[bot]" tag=$(git describe --tags --match "v[0-9]*.[0-9]*.[0-9]*" --abbrev=0) echo "Latest tag: $tag" if [[ $tag == "" ]]; then