diff options
| author | 2026-02-25 02:04:39 +0800 | |
|---|---|---|
| committer | 2026-02-25 02:04:39 +0800 | |
| commit | 8ff3af6cb908fd824b512379dd21ed4f595ab6bb (patch) | |
| tree | d16e761939fc6332d7e2031e32429e71639b87c7 /.changes/config.toml | |
| parent | 46ad16a5b8a971259ddf0b92cee42bb77a2beca6 (diff) | |
| download | DropOut-8ff3af6cb908fd824b512379dd21ed4f595ab6bb.tar.gz DropOut-8ff3af6cb908fd824b512379dd21ed4f595ab6bb.zip | |
chore(ci): release to aur
Diffstat (limited to '.changes/config.toml')
| -rw-r--r-- | .changes/config.toml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/.changes/config.toml b/.changes/config.toml index dbce913..fa6ca47 100644 --- a/.changes/config.toml +++ b/.changes/config.toml @@ -30,6 +30,10 @@ User-Agent = "Semifold 0.2.10" command = "cargo" args = ["publish"] +[[resolver.rust.publish]] +command = "pnpm" +args = ["tsx", "scripts/release-aur.ts"] + [[resolver.rust.post-version]] command = "pnpm" args = ["bump-tauri"] @@ -40,8 +44,8 @@ url = "https://registry.npmjs.org/{{ package.name }}/{{ package.version }}" [[resolver.nodejs.publish]] command = "npm" args = [ - "publish", - "--provenance", - "--access", - "public", + "publish", + "--provenance", + "--access", + "public", ] |