Skip to content

Commit 8b83464

Browse files
authored
chore(bump-pacakges): fetch history so that script can access it (#6859)
1 parent 0cc5426 commit 8b83464

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/bump-packages.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
with:
2525
# don't checkout a detatched HEAD
2626
ref: ${{ github.head_ref }}
27+
# this is important so git log can pick up on the whole history to
28+
# find last publish commit
29+
fetch-depth: '0'
2730
token: ${{ steps.app-token.outputs.token }}
2831

2932
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)