We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7019d0d commit a6dcf41Copy full SHA for a6dcf41
.github/workflows/create-tag.yml
@@ -22,6 +22,8 @@ jobs:
22
steps:
23
- name: Checkout code
24
uses: actions/checkout@v4
25
+ with:
26
+ fetch-depth: 0
27
28
- name: Checkout to the input commit
29
run: |
0 commit comments