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 878b5a5 commit 962377cCopy full SHA for 962377c
.github/workflows/Build.yml
@@ -70,7 +70,7 @@ jobs:
70
pomMajorNumber=${semVerComponents[0]}
71
pomMinorNumber=${semVerComponents[1]}
72
73
- [[ $(git branch --show-current) ]] && branch="$(git symbolic-ref --short HEAD)" || branch=“DETACHED HEAD“
+ [[ $(git branch --show-current) ]] && branch="$(git symbolic-ref --short HEAD)" || branch=“DETACHED_HEAD“
74
timestamp=$(date --utc +%Y%m%d%H%M%S)
75
76
SHOULD_DEPLOY='false'
0 commit comments