Skip to content

Commit

Permalink
fix: remove extra_plugins as it fails to install using NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-algms committed Nov 16, 2023
1 parent bd3c593 commit d40c7e6
Show file tree
Hide file tree
Showing 3 changed files with 1,197 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
- name: Semantic Release
id: semantic_release
uses: cycjimmy/semantic-release-action@v3
with: # You can specify specifying version range for the extra plugins if you prefer.
extra_plugins: |
@semantic-release/git
@semantic-release/github
conventional-changelog-conventionalcommits
# with: # You can specify specifying version range for the extra plugins if you prefer.
# extra_plugins: |
# @semantic-release/git
# @semantic-release/github
# conventional-changelog-conventionalcommits
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.18",
"@mui/material": "^5.14.18",
"@semantic-release/git": "^10.0.1",
"@storybook/addon-actions": "^7.5.3",
"@storybook/addon-docs": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
Expand All @@ -51,6 +52,7 @@
"@types/lodash.get": "^4.4.9",
"@types/node": "^20",
"@types/react": "^18.2.37",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"formik": "^2.4.5",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit d40c7e6

Please sign in to comment.