Skip to content

Commit

Permalink
Update git config for stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Feb 4, 2024
1 parent bb34e44 commit d72c027
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d72c027

Please sign in to comment.