Skip to content

Commit ec08fb2

Browse files
authored
Fix Publish Job Working Directory (#837)
1 parent a520a36 commit ec08fb2

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
@@ -245,7 +245,7 @@ jobs:
245245
publish:
246246
macos:
247247
xcode: 13.4.1
248-
working_directory: ~
248+
working_directory: '~'
249249
steps:
250250
- checkout:
251251
path: ~/project

0 commit comments

Comments
 (0)