Skip to content

Commit 21b43ca

Browse files
authored
fix: automatic versioning (#4)
1 parent 7e32477 commit 21b43ca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/versions.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v5
15+
with:
16+
fetch-depth: 0
17+
persist-credentials: true
1518

1619
- name: Configure git
1720
run: |

0 commit comments

Comments
 (0)