From b0c19c3114ffef9030916abc4de88a21964a546b Mon Sep 17 00:00:00 2001 From: team-integrations-fnm-bot Date: Thu, 16 Nov 2023 07:01:23 +0000 Subject: [PATCH] chore: build dist and update README --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index bc7bf78a..1c494a7c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -7312,7 +7312,7 @@ const octopusCLIVersionFetcher_1 = __nccwpck_require__(6607); const osPlatform = os.platform(); const osArch = os.arch(); const ext = osPlatform === 'win32' ? 'zip' : 'tar.gz'; -const releasesUrl = `https://api.github.com/repos/OctopusDeploy/cli/releases`; +const releasesUrl = `https://raw.githubusercontent.com/OctopusDeploy/cli/main/releases.json`; const http = new http_client_1.HttpClient('action-install-octopus-cli', undefined, { keepAlive: false });