Skip to content

Commit 962377c

Browse files
authored
Update Build.yml
Remove space in command
1 parent 878b5a5 commit 962377c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
pomMajorNumber=${semVerComponents[0]}
7171
pomMinorNumber=${semVerComponents[1]}
7272
73-
[[ $(git branch --show-current) ]] && branch="$(git symbolic-ref --short HEAD)" || branch=“DETACHED HEAD
73+
[[ $(git branch --show-current) ]] && branch="$(git symbolic-ref --short HEAD)" || branch=“DETACHED_HEAD
7474
timestamp=$(date --utc +%Y%m%d%H%M%S)
7575
7676
SHOULD_DEPLOY='false'

0 commit comments

Comments
 (0)