chore: add manual auto project version bump

This commit is contained in:
Steve Johnson
2023-10-19 14:25:28 +08:00
committed by GitHub
parent fcff23a222
commit aa9a2d9ecd
2 changed files with 29 additions and 5 deletions

View File

@@ -45,11 +45,11 @@ jobs:
go mod download
go mod tidy
# - name: Update Main Gomod
# run: |
# cd ./core/src/main/golang/
# go mod download
# go mod tidy
- name: Update Main Gomod
run: |
cd ./core/src/main/golang/
go mod download
go mod tidy
- name: Create Pull Request
id: cpr