diff options
| author | 2026-02-25 12:02:30 +0800 | |
|---|---|---|
| committer | 2026-02-25 12:02:30 +0800 | |
| commit | ade4db6b724e4776ff62115b0471b337ba6cce24 (patch) | |
| tree | e9cc887ad1dc4d310f37b1d5eb66f2725599baae /.changes/config.toml | |
| parent | 3bcfc0410704c8d8564cc1d557338afe1e216aeb (diff) | |
| download | DropOut-ade4db6b724e4776ff62115b0471b337ba6cce24.tar.gz DropOut-ade4db6b724e4776ff62115b0471b337ba6cce24.zip | |
revert: revert due to ci failure
This reverts commit f6fd0bd512497352547d5b6a7837442d45ff06eb.
Diffstat (limited to '.changes/config.toml')
| -rw-r--r-- | .changes/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.changes/config.toml b/.changes/config.toml index 051bf85..29d2fee 100644 --- a/.changes/config.toml +++ b/.changes/config.toml @@ -33,7 +33,7 @@ User-Agent = "Semifold 0.2.10" [[resolver.rust.publish]] command = "pnpm" -args = ["tsx", "../scripts/release-aur.ts"] +args = ["tsx", "scripts/release-aur.ts"] [[resolver.rust.post-version]] command = "pnpm" |