Skip to content

Commit

Permalink
ci: update release config
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagraber committed Dec 14, 2023
1 parent ca6bbc8 commit f25014f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,8 @@ module.exports = {
'@semantic-release/npm',

// 5. Publish to GH
[

'@semantic-release/github',
{
assets: ['bin', 'dist', 'docs', 'README.md', 'package.json'],
},
],

// 6. Update version with new release PR raised against main (in lieu of direct commit for now)
// If we're going to use this, it will require a shim. See errors in console.
Expand Down

0 comments on commit f25014f

Please sign in to comment.