Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
sha256sum windows/svtminion.ps1 | awk '{ print $1 }' > svtminion.ps1.sha256
git add svtminion.sh.sha256
git add svtminion.ps1.sha256
git commit -am "Update sha256 checksums" || git commit -am "Update sha256 checksums"
git commit --allow-empty -am "Update sha256 checksums" || git commit --allow-empty -am "Update sha256 checksums"

- name: Tag The ${{ needs.update-main.outputs.release-version }} Release
run: |
Expand Down Expand Up @@ -228,8 +228,8 @@ jobs:

- name: Commit Changes
run: |
git commit -am "Update README.md with ${{ env.VMTS_VERSION }} release sha256sum" || \
git commit -am "Update README.md with ${{ env.VMTS_VERSION }} release sha256sum"
git commit --allow-empty -am "Update README.md with ${{ env.VMTS_VERSION }} release sha256sum" || \
git commit --allow-empty -am "Update README.md with ${{ env.VMTS_VERSION }} release sha256sum"

- name: Push Changes
uses: ad-m/github-push-action@b87afee92c6e70ea888be6203a3e9426fda49839
Expand Down
Loading