Skip to content

Commit aaa7e78

Browse files
Fix deploy
1 parent 1a470d6 commit aaa7e78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/releaseOnMerge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v4
20+
with:
21+
fetch-depth: 0
2022

2123
- name: Set up Node.js
2224
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)