Skip to content

Commit edb2f18

Browse files
committed
fix: Enhance release process
1 parent 93efde8 commit edb2f18

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
permissions:
1111
contents: write
1212
issues: read
13-
pull-requests: write # to be able to comment on released pull requests
13+
#pull-requests: write # to be able to comment on released pull requests
1414

1515
jobs:
1616
build:
@@ -22,10 +22,6 @@ jobs:
2222
uses: cycjimmy/semantic-release-action@v4
2323
with:
2424
branch: 'master'
25-
publish: false
26-
extra_plugins: |
27-
@semantic-release/commit-analyzer
28-
@semantic-release/release-notes-generator
2925
env:
3026
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3127
- name: Get Semantic Release Version

.releaserc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
}
2121
],
2222
"@semantic-release/github"
23-
]
23+
],
24+
"publish": false
2425
}

0 commit comments

Comments
 (0)