specify no publishing for build test
This commit is contained in:
parent
d2f201eae9
commit
93752ad24f
2 changed files with 3 additions and 2 deletions
4
.github/workflows/build-test.yml
vendored
4
.github/workflows/build-test.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Build Electron app
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
run: npm run build
|
||||
run: npm run build-nopublish
|
||||
|
||||
build-windows:
|
||||
runs-on: "windows-latest"
|
||||
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
- name: Build Electron app
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
run: npm run build
|
||||
run: npm run build-nopublish
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue