We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e693cb + f08f661 commit 003541fCopy full SHA for 003541f
src/octopus-cli.ts
@@ -15,7 +15,7 @@ import {OctopusCLIVersionFetcher} from './octopusCLIVersionFetcher'
15
const osPlatform: string = os.platform()
16
const osArch: string = os.arch()
17
const ext: string = osPlatform === 'win32' ? 'zip' : 'tar.gz'
18
-const releasesUrl = `https://api.github.com/repos/OctopusDeploy/cli/releases`
+const releasesUrl = `https://raw.githubusercontent.com/OctopusDeploy/cli/main/releases.json`
19
const http: HttpClient = new HttpClient(
20
'action-install-octopus-cli',
21
undefined,
0 commit comments