Skip to content

Commit

Permalink
Update prepare_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cgendreau authored Apr 3, 2024
1 parent f62f0b1 commit 80951d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
VERSION=$(cat version.txt)
rm version.txt
git config user.name github-actions
git config user.email github-actions@github.com
git config user.email "[email protected].jackfan.us.kg"
git add .
git commit -m "Prepare $VERSION release"
git push origin dev

0 comments on commit 80951d7

Please sign in to comment.