Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Databingo committed Sep 14, 2023
1 parent a213e8a commit 10a5293
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ func main() {

// Create a new release
release, _, err := client.Repositories.CreateRelease(ctx, owner, repo, &github.RepositoryRelease{
TagName: github.String("v0.2.5.1"),
TagName: github.String("v0.2.5.2"),
TargetCommitish: github.String("master"),
Name: github.String("Release v0.2.5.1"),
Body: github.String("Welcome to Aih! Optimized parsing result logic of llama2 and falcon180."),
Name: github.String("Release v0.2.5.2"),
Body: github.String("Welcome to Aih! Fixed llama2 parsing result logic."),
Draft: github.Bool(false),
Prerelease: github.Bool(false),
})
Expand Down

0 comments on commit 10a5293

Please sign in to comment.