Skip to content

Commit

Permalink
[plugin] use fluentci-pdk v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Apr 8, 2024
1 parent 3e2c67d commit 8917baf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions plugin/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ crate-type = ["cdylib"]

[dependencies]
extism-pdk = "1.1.0"
fluentci-pdk = "0.1.3"
fluentci-pdk = "0.1.9"
2 changes: 1 addition & 1 deletion plugin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pub fn release_upload(args: String) -> FnResult<String> {
let stdout = dag()
.pipeline("release_upload")?
.pkgx()?
.with_exec(vec!["pkgx", "install", "gh", "git"])?
.with_packages(vec!["gh", "git"])?
.with_exec(vec!["gh", "release", "upload", &args])?
.stdout()?;
Ok(stdout)
Expand Down

0 comments on commit 8917baf

Please sign in to comment.