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 246782b commit f3c7c47Copy full SHA for f3c7c47
.github/workflows/build.yml
@@ -24,6 +24,7 @@ jobs:
24
- name: Fetch all tags
25
run: |
26
git fetch --tags --force
27
+ git tag
28
- name: Setup GitVersion
29
uses: gittools/actions/gitversion/[email protected]
30
with:
0 commit comments