Skip to content

Commit 473a073

Browse files
Merge pull request #86 from logos-co/chore/missingRepos
chore: update logos-app-poc to logos-app
2 parents f60c448 + cd3a91d commit 473a073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/combined.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pipeline {
5353
stage('Publish') {
5454
when { expression { params.PUBLISH } }
5555
steps { script {
56-
github.publishReleaseFiles(user: 'logos-co', repo: 'logos-app-poc')
56+
github.publishReleaseFiles(user: 'logos-co', repo: 'logos-app')
5757
} }
5858
}
5959
}

0 commit comments

Comments
 (0)