more work on update notification

This commit is contained in:
kepler155c@gmail.com 2020-05-01 22:40:17 -06:00
parent 74d3d1df33
commit 3cbdf7b97b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
- name: Create version file
run: |
echo `date` > .opus_version
git log -8 --pretty=format:'%s (%cr)' >> .opus_version
git log >> .opus_version
- name: Commit version file
uses: alexesprit/action-update-file@master