Skip to content

Commit 32f9b85

Browse files
fix: Set fetch-depth to 0 in npm-publish workflow (#79)
1 parent 36349bf commit 32f9b85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v2
18+
with:
19+
fetch-depth: 0
1820
- name: Post bumpr status comment
1921
uses: haya14busa/action-bumpr@v1
2022

0 commit comments

Comments
 (0)