We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e640a9 commit e2144bfCopy full SHA for e2144bf
.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