Skip to content

Commit

Permalink
fix: Replace semantic-release with publish-release
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Dec 14, 2023
1 parent 0ba5734 commit 19da8fb
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 2,090 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ jobs:
DEBUG: linkbe,grabghr
- name: Publish
if: ${{ github.ref_name == 'master' }}
uses: cycjimmy/semantic-release-action@v4
with:
branches: master
uses: prantlf/publish-release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
21 changes: 2 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,31 +35,14 @@
],
"scripts": {
"postinstall": "node install.js",
"test": "denolint"
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
[
"@semantic-release/github",
{
"failComment": false
}
],
"@semantic-release/git"
]
"test": "oxlint"
},
"dependencies": {
"grab-github-release": "^0.2.3",
"link-bin-executable": "^1.0.2"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"denolint": "^2.0.14"
"oxlint": "^0.0.20"
},
"keywords": [
"changes",
Expand Down
Loading

0 comments on commit 19da8fb

Please sign in to comment.