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 fba8bf6 commit 228ab57Copy full SHA for 228ab57
.github/workflows/tests.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Get git describe
61
id: gitdescribe
62
- run: echo "ver=$(git describe --exact-match 2>/dev/null || echo latest)" >> $GITHUB_OUTPUT
+ run: echo "ver=$(git describe --tags --exact-match 2>/dev/null || echo latest)" >> $GITHUB_OUTPUT
63
64
- name: Extract mix metadata (tags, labels)
65
id: mixmeta
0 commit comments