diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e802b2528d95..7d3f7c88f164 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: