diff --git a/.github/pull-request-template.md b/.github/pull-request-template.md index 10641de..a705a9c 100644 --- a/.github/pull-request-template.md +++ b/.github/pull-request-template.md @@ -6,7 +6,7 @@ -Fixes https://github.com/OctopusDeploy/opentelemetry-teamcity-plugin /issues/... +Fixes https://github.com/OctopusDeploy/teamcity-opentelemetry-plugin /issues/... diff --git a/.octopus/deployment_process.ocl b/.octopus/deployment_process.ocl index a7aca8e..b4396ed 100644 --- a/.octopus/deployment_process.ocl +++ b/.octopus/deployment_process.ocl @@ -48,7 +48,7 @@ step "create-github-release" { GHCR_ContentType = "application/zip" GHCR_Draft = "False" GHCR_GitHubApiKey = "#{GitHubAccessToken}" - GHCR_GitHubRepository = "opentelemetry-teamcity-plugin" + GHCR_GitHubRepository = "teamcity-opentelemetry-plugin" GHCR_GitHubUsername = "OctopusDeploy" GHCR_PackageId = "{\"PackageId\":\"Octopus.TeamCity.OpenTelemetry\",\"FeedId\":\"octopus-server-built-in\"}" GHCR_PreRelease = "#{IsPreRelease}"