Skip to content

Commit

Permalink
fix: do the git push
Browse files Browse the repository at this point in the history
  • Loading branch information
Arc-E-Tect committed Jul 18, 2024
1 parent e60f51d commit 8eef3b9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
# Replace the string in file
sed -i "s/$REGEX/v$VERSION, $DATE/g" $FILE
# - name: Commit and push changes
# run: |
# git config --local user.email "action@github.com"
# git config --local user.name "GitHub Action"
# git commit -am "Update version and date in file"
# git push
- name: Commit and push changes
run: |
git config --local user.email "sedr@arc-e-tect.com"
git config --local user.name "Arc-E-Tect"
git commit -am "Update version and date in file"
git push

0 comments on commit 8eef3b9

Please sign in to comment.