Skip to content

Commit

Permalink
feat: disable npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
Murage committed May 12, 2023
1 parent f2d2771 commit 4e69712
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
with:
extra_plugins: |
@semantic-release/changelog
Expand Down
1 change: 0 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"message": "chore(release): ${nextRelease.version} [skip ci]"
}
],
"@semantic-release/npm",
[
"@semantic-release/github",
{
Expand Down

0 comments on commit 4e69712

Please sign in to comment.