ci: update
This commit is contained in:
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user