From 6f47a3e5207e5074cbe3cfa524d1061f1d5880cb Mon Sep 17 00:00:00 2001 From: Matt Richardson Date: Wed, 27 Nov 2024 09:27:46 +1100 Subject: [PATCH] Fixes after repo-rename --- .github/pull-request-template.md | 2 +- .octopus/deployment_process.ocl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}"