Skip to content

Commit

Permalink
build: fix publish script, which pointed to my test repo by mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
amonks committed Apr 3, 2024
1 parent 141ccee commit bab3f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.bash
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ function create_release_notes() {
function create_release() {
echo "-- Uploading release to Github."
create_release_notes | gh release create \
--repo=amonks/run-test \
--repo=amonks/run \
--notes-file=- \
$version_name \
dist/*
Expand Down

0 comments on commit bab3f9f

Please sign in to comment.