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 225b233 commit 6e9e243Copy full SHA for 6e9e243
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Set version
31
id: version
32
run: |
33
- version=$(git describe --exact-match --tags HEAD 2> /dev/null)
+ version=$(git describe --exact-match --tags HEAD 2> /dev/null || true)
34
publish=false
35
if [ -z "$version" ]; then
36
version=$(git log -1 --date=format:"0.%Y.%m%d.%H%M" --format="%ad")
0 commit comments