mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-22 16:15:34 +08:00
fix increment build number wrong branch
This commit is contained in:
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
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: update api docs
|
commit_message: update api docs
|
||||||
|
branch: ${{ github.base_ref }}
|
||||||
|
|
||||||
- name: Increment build number
|
- name: Increment build number
|
||||||
id: increment-build-number
|
id: increment-build-number
|
||||||
@@ -65,3 +66,4 @@ jobs:
|
|||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: increment build number (build ${{ steps.increment-build-number.outputs.build_id }})
|
commit_message: increment build number (build ${{ steps.increment-build-number.outputs.build_id }})
|
||||||
|
branch: ${{ github.base_ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user