Disable publish during Linux CI build
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -144,7 +144,7 @@ jobs:
|
|||||||
run: yarn build:esbuild:prod
|
run: yarn build:esbuild:prod
|
||||||
|
|
||||||
- name: Build with packaging .deb file
|
- name: Build with packaging .deb file
|
||||||
run: yarn build:release
|
run: yarn build:release -- --publish=never
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
env:
|
env:
|
||||||
DISABLE_INSPECT_FUSE: on
|
DISABLE_INSPECT_FUSE: on
|
||||||
|
Reference in New Issue
Block a user