diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f5854d8..22f50f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 \ No newline at end of file + - 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 \ No newline at end of file