Skip to content

Commit 6a9d27c

Browse files
authored
Merge pull request #8 from oxidecomputer/wc/releases
Remove publish job and axo hosting
2 parents f85d473 + 15f6f2d commit 6a9d27c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

dist-workspace.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ installers = ["shell", "powershell", "npm", "homebrew"]
1313
tap = "axodotdev/homebrew-tap"
1414
# A namespace to use when publishing this package to the npm registry
1515
npm-scope = "@axodotdev"
16-
# Publish jobs to run in CI
17-
publish-jobs = ["homebrew", "npm", "./publish-crates"]
1816
# Target platforms to build apps for (Rust target-triple syntax)
1917
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
2018
# Which actions to run on pull requests
2119
pr-run-mode = "plan"
2220
# Where to host releases
23-
hosting = ["axodotdev", "github"]
21+
hosting = ["github"]
2422
# Whether to install an updater program
2523
install-updater = false
2624
# Whether to enable GitHub Attestations

0 commit comments

Comments
 (0)