We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17529fe commit c8090d6Copy full SHA for c8090d6
1 file changed
.github/workflows/release.yml
@@ -36,13 +36,13 @@ jobs:
36
run: npm run check
37
- name: Build macOS Apple Silicon
38
if: runner.os == 'macOS'
39
- run: npm run dist -- --mac --arm64
+ run: npm run dist -- --mac --arm64 --publish never
40
- name: Build macOS Intel
41
42
- run: npm run dist -- --mac --x64
+ run: npm run dist -- --mac --x64 --publish never
43
- name: Build Windows x64
44
if: runner.os == 'Windows'
45
- run: npm run dist -- --win --x64
+ run: npm run dist -- --win --x64 --publish never
46
- name: Upload packages
47
uses: actions/upload-artifact@v7
48
with:
0 commit comments