mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
build: do not comment on successful releases
This commit is contained in:
parent
cd68ec4803
commit
365da96e2b
1 changed files with 6 additions and 1 deletions
|
@ -27,6 +27,11 @@
|
|||
clearWorkspace: true
|
||||
}
|
||||
],
|
||||
"@semantic-release/github"
|
||||
[
|
||||
"@semantic-release/github",
|
||||
{
|
||||
successComment: false
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue