Skip to content

Commit

Permalink
build: Do not use GitHub bot to commit release
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Dec 13, 2022
1 parent bdd772a commit d8c975c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ jobs:
echo ${{ github.event.inputs.version }} > VERSION
git add VERSION
sed -i -e "s/^\:project-version\:\ .*/:project-version: ${{ github.event.inputs.version }}/g" README.adoc
git config --global user.email "${{ env.GITHUB_BOT_EMAIL }}"
git config --global user.name "GitHub Action"
git commit -a -m "Releasing version ${{ github.event.inputs.version }}"
git push origin main
Expand Down

0 comments on commit d8c975c

Please sign in to comment.