mirror of
https://github.com/denoland/std.git
synced 2024-11-21 12:40:03 +00:00
chore: add version_bump_jsr job
This commit is contained in:
parent
0ce9c2bf7e
commit
cd1a333632
22
.github/workflows/version_bump_jsr.yml
vendored
Normal file
22
.github/workflows/version_bump_jsr.yml
vendored
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user