Skip to content

Commit

Permalink
Fix release upload on my fork
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed Feb 13, 2023
1 parent dc32e9e commit 2274ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
# a release, allowing for manual inspection of the output. This mode is
# activated if the CI run was triggered by events other than pushed tags, or
# if the repository is a fork.
preview: ${{ !startsWith(github.ref, 'refs/tags/') || github.repository != 'helix-editor/helix' }}
preview: ${{ !startsWith(github.ref, 'refs/tags/') }}

jobs:
fetch-grammars:
Expand Down

0 comments on commit 2274ae9

Please sign in to comment.