We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbd6a0 commit ad164d4Copy full SHA for ad164d4
.github/workflows/auto_tag.yml
@@ -12,6 +12,7 @@ jobs:
12
- name: Checkout repository
13
uses: actions/checkout@v5
14
with:
15
+ fetch-depth: '0'
16
fetch-tags: true
17
18
- name: Read version from manifest.json
0 commit comments