File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ name: 'Publish'
22on :
33 push :
44 tags : [v\d+\.\d+\.\d+]
5- env :
6- NEXT_PUBLIC_API_URL : ${{ secrets.NEXT_PUBLIC_API_URL }}
75
86jobs :
97 publish-tauri :
@@ -58,11 +56,11 @@ jobs:
5856 - uses : tauri-apps/tauri-action@v0
5957 env :
6058 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
61- TAURI_PRIVATE_KEY : ${{ secrets.TAURI_PRIVATE_KEY }}
62- TAURI_KEY_PASSWORD : ${{ secrets.TAURI_KEY_PASSWORD }}
59+ TAURI_SIGNING_PRIVATE_KEY : ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
60+ TAURI_SIGNING_PRIVATE_KEY_PASSWORD : ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
6361 with :
6462 includeDebug : true
65- tagName : app- v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
63+ tagName : v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
6664 releaseName : ' MDX Editor v__VERSION__'
6765 releaseBody : ' See the assets to download this version and install.'
6866 releaseDraft : true
Original file line number Diff line number Diff line change 4646 "plugins" : {
4747 "updater" : {
4848 "pubkey" : " dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDE5MzlGMDIwQkM5N0EzQ0YKUldUUG81ZThJUEE1R2Q1dVFGVmZuNW9KTmpneWE3MHJ6S1dINXRzRFFDWmtSVnRIdStPY2FBNXkK" ,
49+ "active" : true ,
50+ "windows" : {
51+ "installMode" : " passive"
52+ },
4953 "endpoints" : [
5054 " https://github.com/maqi1520/mdx-editor/releases/latest/download/latest.json"
5155 ]
You can’t perform that action at this time.
0 commit comments