Skip to content

Commit dd3d323

Browse files
committed
update README.md
1 parent 1c4c26e commit dd3d323

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dagger mod install github.com/fluent-ci-templates/buf-pipeline@mod
6868
You can also use this pipeline programmatically:
6969

7070
```ts
71-
import { lint, push } from "https://pkg.fluentci.io/buf_pipeline@v0.4.0/mod.ts";
71+
import { lint, push } from "https://pkg.fluentci.io/buf_pipeline@v0.5.0/mod.ts";
7272

7373
await lint(".");
7474
await push(".", Deno.env.get("BUF_TOKEN")!);

ci.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { lint, push } from "https://pkg.fluentci.io/buf_pipeline@v0.4.0/mod.ts";
1+
import { lint, push } from "https://pkg.fluentci.io/buf_pipeline@v0.5.0/mod.ts";
22

33
await lint();
44
await push();

0 commit comments

Comments
 (0)