diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 697ed1d..837dfc7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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