Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Nov 6, 2024
1 parent 2b0055f commit c563629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-action/src/releasePr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export async function release(context: ReleaseArgs) {
);
}

const version = "1.2.0" // await getVersion(ciUrl, context.token, pkg.name);
const version = await getVersion(ciUrl, context.token, pkg.name);
makeManifest('./package.json', version, context.sha);
const zipped = zipBundle();
await uploadBundle(ciUrl, context.token, pkg.name, zipped, version);
Expand Down

0 comments on commit c563629

Please sign in to comment.