mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-18 05:04:51 +08:00
fix increment build number wrong branch
This commit is contained in:
parent
eee67cdb53
commit
b7418a2a3a
2
.github/workflows/increment-build-number.yml
vendored
2
.github/workflows/increment-build-number.yml
vendored
@ -53,6 +53,7 @@ jobs:
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: update api docs
|
||||
branch: ${{ github.base_ref }}
|
||||
|
||||
- name: Increment build number
|
||||
id: increment-build-number
|
||||
@ -65,3 +66,4 @@ jobs:
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: increment build number (build ${{ steps.increment-build-number.outputs.build_id }})
|
||||
branch: ${{ github.base_ref }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user