Skip to content
This repository was archived by the owner on Mar 24, 2021. It is now read-only.

Commit 85ecf24

Browse files
committed
Bugfix: cannot resort exists app
1 parent 57f021c commit 85ecf24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release-app/release_app.go

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ func main() {
9292
versionId = res.VersionId
9393
} else {
9494
logger.Info(nil, "app %v version %s is exists, skip...", appName, versionName)
95+
appIds = append(appIds, appId)
9596
continue
9697
}
9798
} else {

0 commit comments

Comments
 (0)