Skip to content

Commit cf585cc

Browse files
committed
fix(ci): incorrect version used for renaming artifacts
1 parent ad78601 commit cf585cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apps/stage-tamagotchi/scripts/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export async function getFilenames(target: string, options: { release: boolean,
9292
throw new Error('<Target> is required')
9393
}
9494

95-
const beforeVersion = version
95+
const beforeVersion = packageJSON.version
9696
const productName = electronBuilder.productName!
9797

9898
switch (target) {

cspell.config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ words:
256256
- tauri
257257
- taze
258258
- tempora
259+
- tinyexec
259260
- togetherapi
260261
- tolist
261262
- tresjs

0 commit comments

Comments
 (0)