Skip to content

Commit

Permalink
fix(ci): adds @semantic-release/github
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Dec 6, 2024
1 parent e539cc2 commit c08ed12
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/semantic-release/semanticRelease.npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ import { semanticReleaseBaseConfig } from './base.js';

export const semanticReleaseNpmConfig = {
...semanticReleaseBaseConfig,
plugins: [...semanticReleaseBaseConfig.plugins, '@semantic-release/npm'],
plugins: [
...semanticReleaseBaseConfig.plugins,
'@semantic-release/github',
'@semantic-release/npm',
],
};

0 comments on commit c08ed12

Please sign in to comment.