Skip to content

Commit

Permalink
chore: unshallow
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k authored Feb 1, 2024
1 parent ab7d318 commit ba967e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version_bump_jsr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Run workspaces version bump
run: |
git fetch origin
git fetch --unshallow origin
deno run -A https://deno.land/x/[email protected]/cli.ts --dry-run
env:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}

0 comments on commit ba967e3

Please sign in to comment.