From cd1a333632f4f46ab5a7dbb26cd01fbe9dffb5c1 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Thu, 1 Feb 2024 18:46:21 +0900 Subject: [PATCH] chore: add version_bump_jsr job --- .github/workflows/version_bump_jsr.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/version_bump_jsr.yml diff --git a/.github/workflows/version_bump_jsr.yml b/.github/workflows/version_bump_jsr.yml new file mode 100644 index 000000000..3bc8f1d17 --- /dev/null +++ b/.github/workflows/version_bump_jsr.yml @@ -0,0 +1,22 @@ +name: version_bump_jsr + +on: workflow_dispatch + +jobs: + build: + name: version bump + runs-on: ubuntu-22.04 + timeout-minutes: 15 + + steps: + - name: Clone repository + uses: actions/checkout@v4 + with: + submodules: true + + - name: Set up Deno + uses: denoland/setup-deno@v1 + + - name: Run workspaces version bump + run: | + deno run -A https://deno.land/x/bump_workspaces@0.1.0/cli.ts