Skip to content

Commit 976e6bc

Browse files
committed
build: remove @semantic-release/github
1 parent 4c8516d commit 976e6bc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ jobs:
2929

3030
- name: Release
3131
env:
32-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3332
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3433
run: yarn semantic-release

.releaserc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
],
1818
"@semantic-release/release-notes-generator",
1919
"@semantic-release/changelog",
20-
"@semantic-release/npm",
21-
"@semantic-release/github"
20+
"@semantic-release/npm"
2221
]
2322
}

0 commit comments

Comments
 (0)