diff options
| author | 2026-02-25 02:44:58 +0800 | |
|---|---|---|
| committer | 2026-02-25 02:44:58 +0800 | |
| commit | 7edccaf1be357c0a2619a87bc1767bc6c8a95954 (patch) | |
| tree | 6f7b334874f96765f044ab74e0369f5b49b72a81 /.changes/config.toml | |
| parent | 025154616863635560cea994c356dcb78e4948ae (diff) | |
| download | DropOut-7edccaf1be357c0a2619a87bc1767bc6c8a95954.tar.gz DropOut-7edccaf1be357c0a2619a87bc1767bc6c8a95954.zip | |
chore: use semifold to release aur
Diffstat (limited to '.changes/config.toml')
| -rw-r--r-- | .changes/config.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.changes/config.toml b/.changes/config.toml index bd02fe4..29d2fee 100644 --- a/.changes/config.toml +++ b/.changes/config.toml @@ -32,10 +32,6 @@ url = "https://crates.io/api/v1/crates/{{ package.name }}/{{ package.version }}" User-Agent = "Semifold 0.2.10" [[resolver.rust.publish]] -command = "cargo" -args = ["publish"] - -[[resolver.rust.publish]] command = "pnpm" args = ["tsx", "scripts/release-aur.ts"] |