ci: update auto bump workflow (#798)

Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
This commit is contained in:
HAOYUatHZ
2023-08-16 11:20:41 +08:00
committed by GitHub
parent 2a4d6e05a1
commit 3adf077070
2 changed files with 6 additions and 1 deletions

View File

@@ -3,6 +3,11 @@ name: Bump Version
on:
pull_request:
branches: [develop]
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
check:

View File

@@ -6,7 +6,7 @@ import (
"strings"
)
var tag = "v4.1.47"
var tag = "v4.1.48"
var commit = func() string {
if info, ok := debug.ReadBuildInfo(); ok {