We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f931a9 commit b2fb4ffCopy full SHA for b2fb4ff
1 file changed
.github/workflows/build_publish.yaml
@@ -21,8 +21,6 @@ jobs:
21
# Checkout the repository
22
- name: Checkout
23
uses: actions/checkout@v4
24
- with:
25
- fetch-depth: 0
26
27
# Set python version to 3.11
28
- name: set python version
@@ -60,6 +58,7 @@ jobs:
60
58
61
59
62
with:
+ fetch-depth: 0
63
token: ${{ secrets.PUBLIC_CLIENT_WRITE_TOKEN }}
64
65
- name: Pull public updates
0 commit comments