Skip to content

Commit b2fb4ff

Browse files
committed
add fetch in the right polace
1 parent 0f931a9 commit b2fb4ff

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build_publish.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
# Checkout the repository
2222
- name: Checkout
2323
uses: actions/checkout@v4
24-
with:
25-
fetch-depth: 0
2624

2725
# Set python version to 3.11
2826
- name: set python version
@@ -60,6 +58,7 @@ jobs:
6058
- name: Checkout
6159
uses: actions/checkout@v4
6260
with:
61+
fetch-depth: 0
6362
token: ${{ secrets.PUBLIC_CLIENT_WRITE_TOKEN }}
6463

6564
- name: Pull public updates

0 commit comments

Comments
 (0)