Skip to content

Commit bab3f9f

Browse files
committed
build: fix publish script, which pointed to my test repo by mistake.
1 parent 141ccee commit bab3f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ function create_release_notes() {
257257
function create_release() {
258258
echo "-- Uploading release to Github."
259259
create_release_notes | gh release create \
260-
--repo=amonks/run-test \
260+
--repo=amonks/run \
261261
--notes-file=- \
262262
$version_name \
263263
dist/*

0 commit comments

Comments
 (0)