Skip to content

Commit

Permalink
final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vseplet committed Jun 6, 2024
1 parent d1d5a56 commit 0a96338
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"noImplicitReturns": true,
"exactOptionalPropertyTypes": true
}
}
}
2 changes: 1 addition & 1 deletion source/versions.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default [ "0.9.0", 0.8.0, 0.7.0, 0.6.0, 0.5.0, 0.4.0, 0.3.0, 0.2.0, 0.1.0 ];
export default [ "0.9.0", "0.8.0", "0.7.0", "0.6.0", "0.5.0", "0.4.0", "0.3.0", "0.2.0", "0.1.0" ];
2 changes: 1 addition & 1 deletion update-semver-deploy-jsr.workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const workflow = core.workflow(UpdateVersionContext)

newVersionsTS = `export default [ ${
[`"${ctx.version}"`, ...versions].map((version) =>
`${version}`
`"${version}"`
).join(', ')
} ];\n`;
} else {
Expand Down

0 comments on commit 0a96338

Please sign in to comment.