From 2399477bead11d197714b6852cfacdab6c4a8de3 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sat, 27 Jan 2024 20:58:13 +0000 Subject: [PATCH] bump version code --- README.md | 2 +- ci.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9af6dad..e5a960d 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ deploy( You can also use this pipeline programmatically: ```typescript -import { build, deploy } from "https://pkg.fluentci.io/spin_pipeline@v0.8.1/mod.ts"; +import { build, deploy } from "https://pkg.fluentci.io/spin_pipeline@v0.8.2/mod.ts"; await build(); await deploy(".", Deno.env.get("SPIN_AUTH_TOKEN")!); diff --git a/ci.ts b/ci.ts index 19f74c1..2e757f9 100644 --- a/ci.ts +++ b/ci.ts @@ -1,7 +1,7 @@ import { build, deploy, -} from "https://pkg.fluentci.io/spin_pipeline@v0.8.1/mod.ts"; +} from "https://pkg.fluentci.io/spin_pipeline@v0.8.2/mod.ts"; await build(); await deploy();