fix: Fix releases
All checks were successful
Label PRs based on size / Check PR size (pull_request) Successful in 5s
All checks were successful
Label PRs based on size / Check PR size (pull_request) Successful in 5s
This commit is contained in:
parent
9c9121500b
commit
8bfcadd11f
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ name: Release
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- "release"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
branches: ["main"],
|
branches: ["release"],
|
||||||
plugins: [
|
plugins: [
|
||||||
[
|
[
|
||||||
"@semantic-release/commit-analyzer",
|
"@semantic-release/commit-analyzer",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue