Disable publish during Linux CI build

This commit is contained in:
trevor-signal 2023-08-21 19:03:10 -04:00 committed by GitHub
parent d455f62e5f
commit 3a32afd045
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,7 +144,7 @@ jobs:
run: yarn build:esbuild:prod
- name: Build with packaging .deb file
run: yarn build:release
run: yarn build:release -- --publish=never
if: github.ref == 'refs/heads/main'
env:
DISABLE_INSPECT_FUSE: on