Skip to content

Commit 65c1ef2

Browse files
Test Userclaude
andcommitted
Point CLI downloads to public auths-releases repo, add make_latest to release
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent bc5e970 commit 65c1ef2

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: softprops/action-gh-release@v2
3131
with:
3232
generate_release_notes: true
33+
make_latest: true
3334

3435
- name: Update floating major tag
3536
run: |

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ check-dist:
1818
ci: test build check-dist
1919

2020
# Cut a release: test, build, commit dist, tag, push
21-
# Usage: just release 1.2.3
21+
# Usage: just release 1.0.2
2222
release VERSION: ci
2323
npm version {{VERSION}} --no-git-tag-version
2424
git add package.json dist/

src/verifier.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import * as fs from 'fs';
77
import * as path from 'path';
88
import * as os from 'os';
99

10-
// Repository that hosts the auths CLI releases
11-
const CLI_RELEASE_REPO = 'bordumb/auths';
10+
// Repository that hosts the public auths CLI releases
11+
const CLI_RELEASE_REPO = 'bordumb/auths-releases';
1212

1313
export type FailureType = 'unsigned' | 'unknown_signer' | 'invalid_signature' | 'error';
1414

0 commit comments

Comments
 (0)