Skip to content

Commit ce0d103

Browse files
committed
feat: not actually a feat but need to fix the releaser
1 parent de09635 commit ce0d103

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
- uses: actions/checkout@v3
1616
with:
1717
token: ${{ secrets.GH_TOKEN }}
18+
# Get all history for proper release versioning.
19+
fetch-depth: 0
1820

1921
- name: git config
2022
run: |

0 commit comments

Comments
 (0)