File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
steps :
117
117
- attach_workspace :
118
118
at : " ."
119
- - run : ghr "${CIRCLE_TAG}" build/lib/py_sourcemap/*.so
119
+ - run : ghr -u "${CIRCLE_USERNAME}" -r "${CIRCLE_PROJECT_REPONAME}"" "${CIRCLE_TAG}" build/lib/py_sourcemap/*.so
120
120
121
121
deploy36 :
122
122
docker :
@@ -125,7 +125,7 @@ jobs:
125
125
steps :
126
126
- attach_workspace :
127
127
at : " ."
128
- - run : ghr "${CIRCLE_TAG}" build/lib/py_sourcemap/*.so
128
+ - run : ghr -u "${CIRCLE_USERNAME}" -r "${CIRCLE_PROJECT_REPONAME}"" "${CIRCLE_TAG}" build/lib/py_sourcemap/*.so
129
129
130
130
deploy37 :
131
131
docker :
@@ -134,7 +134,7 @@ jobs:
134
134
steps :
135
135
- attach_workspace :
136
136
at : " ."
137
- - run : ghr "${CIRCLE_TAG}" build/lib/py_sourcemap/*.so
137
+ - run : ghr -u "${CIRCLE_USERNAME}" -r "${CIRCLE_PROJECT_REPONAME}"" "${CIRCLE_TAG}" build/lib/py_sourcemap/*.so
138
138
139
139
nightly :
140
140
machine : true
You can’t perform that action at this time.
0 commit comments