Skip to content

Commit

Permalink
chore: Minor code style fix on release script
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jan 21, 2025
1 parent 9fc3d03 commit 612de4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ if (argv.publish) {
await $`git commit -m 'Update to v${version}' \
-m 'https://github.com/ecomplus/cloud-commerce/releases/tag/v${version}'`;
await $`git push`;
} catch (e) {
} catch {
//
}
}
Expand Down

0 comments on commit 612de4c

Please sign in to comment.