From 087913e0ed36dd991dde593298d618c029f9d37c Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Thu, 16 Nov 2023 17:01:00 +1000 Subject: [PATCH 1/2] chore(main): release 3.0.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1aeb625..79cf77ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.1](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v3.0.0...v3.0.1) (2023-11-16) + + +### Miscellaneous Chores + +* release 3.0.1 ([788b620](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/788b62013ecc14c5ee335caf480d3fe86b1b3931)) + ## [3.0.0](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v1.2.1...v3.0.0) (2022-12-13) diff --git a/package-lock.json b/package-lock.json index 08875209..469b74d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "install-octopus-cli-action", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "install-octopus-cli-action", - "version": "3.0.0", + "version": "3.0.1", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 472e6937..e292ea09 100644 --- a/package.json +++ b/package.json @@ -83,5 +83,5 @@ "postbuild": "ncc build out/main.js -o dist", "test": "jest --ci --reporters=default --reporters=jest-junit --passWithNoTests" }, - "version": "3.0.0" + "version": "3.0.1" } 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 2/2] 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 });