Skip to content

Commit 4f07e1a

Browse files
committed
ci: Minor release fixup
1 parent 9794be7 commit 4f07e1a

File tree

2 files changed

+5
-25
lines changed

2 files changed

+5
-25
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
required: true
88
type: choice
99
options:
10-
- widget
11-
- gadget
12-
- budget
13-
- fidget
14-
- nugget
10+
- gl-client
11+
- gl-plugin
12+
- gl-signerproxy
13+
- gl-cli
14+
- gl-util
1515
version:
1616
description: Version to release
1717
required: true

Cargo.toml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,3 @@ vls-core = "^0.13"
3232
vls-persist = "^0.13"
3333
vls-protocol-signer = "^0.13"
3434
vls-protocol = "^0.13"
35-
36-
37-
# Config for 'cargo dist'
38-
[workspace.metadata.dist]
39-
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
40-
cargo-dist-version = "0.4.2"
41-
# CI backends to support
42-
ci = ["github"]
43-
# The installers to generate for each app
44-
installers = []
45-
# Target platforms to build apps for (Rust target-triple syntax)
46-
targets = [
47-
"x86_64-unknown-linux-gnu",
48-
"aarch64-apple-darwin",
49-
"x86_64-apple-darwin",
50-
]
51-
# Publish jobs to run in CI
52-
pr-run-mode = "upload"
53-
54-
allow-dirty = ["ci"]

0 commit comments

Comments
 (0)