Skip to content

Commit

Permalink
Update update_prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamBanham committed Jul 13, 2022
1 parent 0a92de6 commit d4b4aed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
echo "commiting with :: ${{ github.event.release.name }} : ${{ github.event.release.body }}"
echo "${{ github.event.release.name }}" >> ./svn_temp/commit.txt
echo "${{ github.event.release.body }}" >> ./svn_temp/commit.txt
perl -p -i.bak -e 's#\r\n#\n#go' ./svn_temp/commit.txt
echo "------"
echo "$(ls -al)"
echo "------"
Expand Down

0 comments on commit d4b4aed

Please sign in to comment.