Skip to content

Commit

Permalink
Update release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Nov 14, 2023
1 parent 5797c86 commit 3acee82
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ const configure = require('semantic-release-config-techor/configure')
module.exports = configure({
assets: [
{
path: 'packages/css/dist/index.browser.bundle.js',
path: 'packages/css/dist/runtime.browser.bundle.js',
name: 'runtime-css.js',
label: 'runtime-css.js'
},
{
path: 'packages/css/dist/index.bundle.js',
name: 'master-css.js',
label: 'master-css.js'
},
Expand Down

0 comments on commit 3acee82

Please sign in to comment.