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 0c909ba commit d4413d5Copy full SHA for d4413d5
.github/workflows/publish-version.yml
@@ -13,6 +13,8 @@ jobs:
13
# Step 1: Checkout the repository
14
- name: Checkout repository
15
uses: actions/checkout@v3
16
+ with:
17
+ fetch-depth: 0
18
19
# Step 2: Set up Git for tagging
20
- name: Set up Git for tagging
0 commit comments