Disable publish during Linux CI build
This commit is contained in:
parent
d455f62e5f
commit
3a32afd045
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue