We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965b848 commit 93efde8Copy full SHA for 93efde8
1 file changed
.github/workflows/main.yml
@@ -10,7 +10,7 @@ on:
10
permissions:
11
contents: write
12
issues: read
13
-
+ pull-requests: write # to be able to comment on released pull requests
14
15
jobs:
16
build:
@@ -22,7 +22,7 @@ jobs:
22
uses: cycjimmy/semantic-release-action@v4
23
with:
24
branch: 'master'
25
- dry_run: true
+ publish: false
26
extra_plugins: |
27
@semantic-release/commit-analyzer
28
@semantic-release/release-notes-generator
0 commit comments