diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-10-02 08:44:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-02 14:44:04 +0200 |
commit | 2d3e0284d96e1b26fc220d162796960f8288dfca (patch) | |
tree | 8495373d57ff51b975dd26d21e68899c31806531 /.github/workflows/ci.generate.ts | |
parent | 7da70f4e58327d703b6a116528598d876a50b892 (diff) |
chore: release deno_* crates (#25976)
Test run before Deno 2.0 release to make sure that the publishing
process passes correctly.
---------
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to '.github/workflows/ci.generate.ts')
-rwxr-xr-x | .github/workflows/ci.generate.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts index b23223fb4..f1fa7edf6 100755 --- a/.github/workflows/ci.generate.ts +++ b/.github/workflows/ci.generate.ts @@ -5,7 +5,7 @@ import { stringify } from "jsr:@std/yaml@^0.221/stringify"; // Bump this number when you want to purge the cache. // Note: the tools/release/01_bump_crate_versions.ts script will update this version // automatically via regex, so ensure that this line maintains this format. -const cacheVersion = 15; +const cacheVersion = 16; const ubuntuX86Runner = "ubuntu-22.04"; const ubuntuX86XlRunner = "ubuntu-22.04-xl"; |