Skip to content

Commit

Permalink
fix: remove release plugins from package.json (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
sau226 authored Jun 23, 2023
1 parent f5be31c commit 75beb9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- run: npm install --save-dev @semantic-release/git @semantic-release/exec
- run: npm install --no-save @semantic-release/git @semantic-release/exec
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GR2M_PAT_FOR_SEMANTIC_RELEASE }}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
"twitter-text": "^3.1.0"
},
"devDependencies": {
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@vercel/ncc": "^0.34.0",
"nock": "^13.2.9",
"prettier": "^2.7.1",
Expand Down

0 comments on commit 75beb9e

Please sign in to comment.