Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 5fef92d

Browse files
committed
use different action to release
1 parent 8bdad8e commit 5fef92d

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,9 @@ jobs:
2828
npm run postinstall
2929
npm run build
3030
npm run test
31-
# - name: Build/release Electron app
32-
# uses: samuelmeuli/action-electron-builder@v1
33-
# with:
34-
# # GitHub token, automatically provided to the action
35-
# # (No need to define this secret in the repo settings)
36-
# github_token: ${{ secrets.github_token }}
37-
38-
- name: Publish releases
39-
env:
40-
# These values are used for auto updates signing
41-
APPLE_ID: ${{ secrets.APPLE_ID }}
42-
APPLE_ID_PASS: ${{ secrets.APPLE_ID_PASS }}
43-
# CSC_LINK: ${{ secrets.CSC_LINK }}
44-
# CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
45-
# This is used for uploading release assets to github
46-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47-
run: |
48-
npm exec electron-builder -- --publish always --win --mac --linux
31+
- name: Build/release Electron app
32+
uses: samuelmeuli/action-electron-builder@v1
33+
with:
34+
# GitHub token, automatically provided to the action
35+
# (No need to define this secret in the repo settings)
36+
github_token: ${{ secrets.github_token }}

0 commit comments

Comments
 (0)