Skip to content

Commit

Permalink
Merge branch 'main' into refactor/cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth authored Apr 23, 2024
2 parents 584d57c + 39f710b commit e6ca5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-package.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async function publishPackage(packagePath, client, keypair) {

const packageId = ((publishTxn.objectChanges?.filter(
(a) => a.type === 'published',
)) ?? [])[0].packageId.replace(/^(0x)(0+)/, '0x');
)) ?? [])[0].packageId;

console.info(`Published package ${packageId} from address ${address}}`);

Expand Down

0 comments on commit e6ca5ed

Please sign in to comment.