Skip to content

Commit

Permalink
fix(arui-scipts): fix release.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sanityFair committed Dec 11, 2023
1 parent c0cb186 commit c2d5c33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/arui-scripts/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = {
{
name: '*/*',
channel: betaChannelName,
// eslint-disable-next-line no-template-curly-in-string
prerelease: '${name.replace(/[^0-9A-Za-z-]/g, "-")}',
},
],
Expand Down

0 comments on commit c2d5c33

Please sign in to comment.