Skip to content

Commit f608cfd

Browse files
committed
release-v0.2.0
1 parent 17b4144 commit f608cfd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ jobs:
6565
dubboctl deploy supports options for image information, namespace, and service port.
6666
dubboctl image push automatically obtain docker login credentials.
6767
Update README content and project tag.
68-
draft: true
68+
Migrate admin-cp to dubbo-admin project.
69+
draft: false
6970
prerelease: false
7071

7172
build_and_upload:

dubboctl/pkg/hub/credentials/prompt/prompt.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ package prompt
2020
import (
2121
"bufio"
2222
"encoding/base64"
23+
"encoding/json"
2324
"fmt"
2425
"github.com/AlecAivazis/survey/v2"
2526
"github.com/AlecAivazis/survey/v2/terminal"

0 commit comments

Comments
 (0)