Skip to content

Commit

Permalink
Merge pull request #22 from dmurphy18/cleanup_release_3
Browse files Browse the repository at this point in the history
Removed unneeded push
  • Loading branch information
dmurphy18 authored Dec 5, 2024
2 parents 1691b4b + 515cd7d commit 009d942
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,6 @@ jobs:
git add svtminion.ps1.sha256
git commit -am "Update sha256 checksums" || git commit -am "Update sha256 checksums"
- name: Push Changes
uses: ad-m/github-push-action@b87afee92c6e70ea888be6203a3e9426fda49839
with:
ssh: true
tags: true
atomic: true
branch: main
repository: ${{ github.repository }}

- name: Tag The ${{ needs.update-main.outputs.release-version }} Release
run: |
git tag -f --no-sign -m "Release ${{ needs.update-main.outputs.release-version }}" -a ${{ needs.update-main.outputs.release-version }}
Expand Down

0 comments on commit 009d942

Please sign in to comment.