fix(argo): invalid env ref for ArgoApplicationVersionUpdater

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-18 06:07:29 +08:00
parent de0a70d682
commit 0d8287606e

View File

@ -1,10 +1,5 @@
{
"branches": [
"master",
{ "name": "origin/master" },
{ "name": "*/master" },
{ "name": "master" }
],
"branches": ["origin/master", "master"],
"plugins": [
[
"@semantic-release/commit-analyzer",