diff --git a/.github/workflows/windows-installer.yml b/.github/workflows/windows-installer.yml index b16b5dcb1..fb15ab1c0 100644 --- a/.github/workflows/windows-installer.yml +++ b/.github/workflows/windows-installer.yml @@ -156,6 +156,7 @@ jobs: run: | cat dist-64/.env >> $GITHUB_ENV - uses: "marvinpinto/action-automatic-releases@latest" + if: github.event.pull_request.head.repo.full_name == github.repository with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: ${{ (github.ref_name != 'main') && 'beta' || 'latest' }}