Skip to content

Commit 96dbd7d

Browse files
committed
fix project dir
1 parent ce64366 commit 96dbd7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- run:
1212
name: Call GitHub Releases API
1313
command: |
14-
cd /root/project
14+
cd /home/circleci/project
1515
TAG=$(git tag -l | grep -E '^2\.[0-9]{6}' | sort -gr | head -n1 | sed -E 's/\.[0-9]{3}$//')
1616
if [ ! -z "$TAG" ]; then
1717
for url in $(echo $RELEASE_INJECTION | sed "s/,/ /g"); do

0 commit comments

Comments
 (0)