Upload plugin as part of release workflow (#1227)

This commit is contained in:
Micah
2026-02-14 11:10:36 -08:00
committed by GitHub
parent a2adf2b517
commit 9bbb1edd79
11 changed files with 161 additions and 1 deletions

View File

@@ -98,5 +98,5 @@ fn uninstall_plugin() -> anyhow::Result<()> {
#[test]
fn plugin_initialize() {
assert!(initialize_plugin().is_ok())
let _ = initialize_plugin().unwrap();
}