From 515cd7db4bfcd29709cfd280a76b69f41c3d1917 Mon Sep 17 00:00:00 2001 From: David Murphy Date: Thu, 5 Dec 2024 13:59:06 -0700 Subject: [PATCH] Removed unneeded push --- .github/workflows/release.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8680ff5..e0ca464 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}