We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febf380 commit 4406ba7Copy full SHA for 4406ba7
.github/workflows/automatic-release.yml
@@ -19,6 +19,8 @@ jobs:
19
steps:
20
- name: Checkout repository
21
uses: actions/checkout@v4
22
+ with:
23
+ fetch-depth: 0
24
- name: Setup Git
25
run: |
26
git config --local user.email "[email protected]"
0 commit comments