ci: update
Release package / release (push) Failing after 3m33s
Java CI with Maven / build-and-test (push) Successful in 3m49s

This commit is contained in:
TakahashiNg
2026-03-25 06:44:20 +00:00
parent 910ef30c12
commit 76e4df8384
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ jobs:
git config --global user.name "gitea-actions"
git config --global user.email "actions-user@noreply.git.demonkernel.io.vn"
git remote set-url origin git@git.demonkernel.io.vn:${{ github.repository }}.git
git remote set-url origin ssh://git@localhost:222/FoodSurf/backend.git
git add .
git commit -m "chore: release [ci skip]"
+7 -1
View File
@@ -1,5 +1,11 @@
{
"branches": ["main", { "name": "dev-*", "prerelease": "dev" }],
"branches": ["main",
{
"name": "dev-*",
"prerelease": "${name.replace('dev-', '')}",
"channel": "${name.replace('dev-', '')}"
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",