diff --git a/.github/workflows/macos-release.yml b/.github/workflows/macos-release.yml index 04e223e3..ba7e4578 100644 --- a/.github/workflows/macos-release.yml +++ b/.github/workflows/macos-release.yml @@ -1,9 +1,6 @@ name: macOS Release on: - push: - tags: - - 'v*' release: types: [published] @@ -115,7 +112,6 @@ jobs: done - name: upload artifacts - if: github.event_name == 'release' uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 with: files: | diff --git a/.github/workflows/windows-release.yml b/.github/workflows/windows-release.yml index 7a72a46b..978e2fa4 100644 --- a/.github/workflows/windows-release.yml +++ b/.github/workflows/windows-release.yml @@ -1,9 +1,6 @@ name: Windows Release on: - push: - tags: - - 'v*' release: types: [published] @@ -92,7 +89,6 @@ jobs: Write-Host "ClamAV scan completed successfully. No infected files reported." - name: upload artifacts - if: github.event_name == 'release' uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 with: files: |