Skip to content

Commit

Permalink
chore(sematic-release): remove npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebigard committed Nov 10, 2021
1 parent 382dc9d commit 9a4a8fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
cd ui
yarn npm:release
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 3 additions & 2 deletions ui/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const mainConfig = {
changelogFile: "CHANGELOG.md",
},
],
"@semantic-release/npm",
[
"@semantic-release/git",
{
Expand Down Expand Up @@ -58,7 +57,9 @@ const localConfig = {
},
],
repositoryUrl: "https://github.com/mission-apprentissage/cerfa.git",
plugins: ["@semantic-release/commit-analyzer", "@semantic-release/npm"],
plugins: [
"@semantic-release/commit-analyzer"
],
};

module.exports = process.env.LOCAL_RELEASE ? localConfig : mainConfig;

0 comments on commit 9a4a8fd

Please sign in to comment.