Skip to content

Commit 4e69712

Browse files
author
Murage
committed
feat: disable npm release
1 parent f2d2771 commit 4e69712

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
uses: cycjimmy/semantic-release-action@v3
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38-
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
3938
with:
4039
extra_plugins: |
4140
@semantic-release/changelog

.releaserc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"message": "chore(release): ${nextRelease.version} [skip ci]"
1919
}
2020
],
21-
"@semantic-release/npm",
2221
[
2322
"@semantic-release/github",
2423
{

0 commit comments

Comments
 (0)