Skip to content

Commit

Permalink
Merge pull request #107 from reingart/fix-integrations
Browse files Browse the repository at this point in the history
Only run release on original repository, not forks
  • Loading branch information
reingart authored Mar 19, 2023
2 parents 5e69897 + d4c2f04 commit 04fa4b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 04fa4b9

Please sign in to comment.