Skip to content

Commit 621d650

Browse files
authored
circleci: fix command syntax
1 parent fb54751 commit 621d650

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,15 @@ jobs:
124124
command: go get github.com/tcnksm/ghr
125125
- run:
126126
name: Install git-semver
127-
command: >
127+
command: |
128+
set -xe
128129
git clone https://github.com/markchalloner/git-semver.git
129130
cd git-semver
130131
git checkout 2.0.2
131132
./install.sh
132133
- run:
133134
name: Release jar on Github
134-
command: |
135+
command: >
135136
ghr
136137
-t $GITHUB_TOKEN
137138
-u scalableminds

0 commit comments

Comments
 (0)