fix(ci): Do not build preview GUI releases

This commit is contained in:
binarybaron 2024-11-17 22:27:48 +01:00 committed by GitHub
parent 56363da214
commit 870efca7b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,8 +9,7 @@ jobs:
publish-tauri: publish-tauri:
# Do not publish preview releases to Github. # Do not publish preview releases to Github.
# Building takes too long for preview releases. # Building takes too long for preview releases.
# TODO: This has been temporarily enabled if: ${{ !contains(github.ref_name, 'preview') }}
# if: ${{ !contains(github.ref_name, 'preview') }}
permissions: permissions:
contents: write contents: write
strategy: strategy: