mirror of
https://github.com/denoland/std.git
synced 2024-11-21 12:40:03 +00:00
chore: specify import map path in version_bump workflow (#5826)
This commit is contained in:
parent
2b3683b6fb
commit
0ebec10450
2
.github/workflows/version_bump.yml
vendored
2
.github/workflows/version_bump.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
- name: Run version bump
|
||||
run: |
|
||||
git fetch --unshallow origin
|
||||
deno run -A jsr:@deno/bump-workspaces@^0.1/cli
|
||||
deno run -A jsr:@deno/bump-workspaces@^0.1/cli --import-map import_map.json
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.DENOBOT_PAT }}
|
||||
GIT_USER_NAME: ${{ github.actor }}
|
||||
|
Loading…
Reference in New Issue
Block a user