Skip to content

Commit

Permalink
ci: disable publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
cawa-93 committed Nov 12, 2024
1 parent 35c81e8 commit 4fd8c38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/compile-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ jobs:
renderer-template: ${{inputs.renderer-template}}

- run: npm version "${{inputs.app-version}}-${{inputs.renderer-template}}.${{inputs.build-number}}" --no-git-tag-version
- run: npm run compile
- run: npm run compile -- -c.extraMetadata -c.productName=${{inputs.renderer-template}} -p never
env:
VITE_DISTRIBUTION_CHANNEL: ${{inputs.renderer-template}}
BUILD_NUMBER: ${{inputs.build-number}}

- run: npm run test --if-present

Expand Down
1 change: 0 additions & 1 deletion electron-builder.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default /** @type import('electron-builder').Configuration */
'!node_modules/@vite-electron-builder/**',
...await getListOfFilesFromEachWorkspace(),
],
publish: 'never',
});

/**
Expand Down

0 comments on commit 4fd8c38

Please sign in to comment.