Skip to content

Commit 4d2e184

Browse files
committed
chore: 🤖 release v0.9.5
1 parent 3ec8fdf commit 4d2e184

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: 'Publish'
22
on:
33
push:
44
tags: [v\d+\.\d+\.\d+]
5-
env:
6-
NEXT_PUBLIC_API_URL: ${{ secrets.NEXT_PUBLIC_API_URL }}
75

86
jobs:
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

src-tauri/tauri.conf.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
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
]

0 commit comments

Comments
 (0)