Skip to content

Commit

Permalink
Merge pull request #23 from dmurphy18/cleanup_release_4
Browse files Browse the repository at this point in the history
Attempting to allow multiple releases in a day with same sha256sums
  • Loading branch information
dmurphy18 authored Dec 5, 2024
2 parents 6bd9cb3 + b933e86 commit 8653110
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 8653110

Please sign in to comment.