Skip to content

Commit 2a8989a

Browse files
committed
Update fallback version for Deckrun CLI download
This commit updates the fallback version for the Deckrun CLI from v0.1.8 to v1. This change ensures that users will download the latest version by default, improving the overall user experience and reducing potential issues with outdated versions.
1 parent fa1756a commit 2a8989a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34208,7 +34208,7 @@ const tc = __nccwpck_require__(3472);
3420834208
const { Octokit } = __nccwpck_require__(9380);
3420934209

3421034210
const baseDownloadURL = "https://github.com/deckrun/deck-cli/releases/download";
34211-
const fallbackVersion = "v0.1.8";
34211+
const fallbackVersion = "v1";
3421234212
const octokit = new Octokit();
3421334213

3421434214
async function downloadDoctl(version, type, architecture) {

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const tc = require('@actions/tool-cache');
44
const { Octokit } = require("@octokit/rest");
55

66
const baseDownloadURL = "https://github.com/deckrun/deck-cli/releases/download";
7-
const fallbackVersion = "v0.1.8";
7+
const fallbackVersion = "v1";
88
const octokit = new Octokit();
99

1010
async function downloadDoctl(version, type, architecture) {

0 commit comments

Comments
 (0)