Replace action to commit manifest
This commit is contained in:
@@ -68,10 +68,9 @@ jobs:
|
|||||||
tag: ${{ steps.newtag.outputs.tag }}
|
tag: ${{ steps.newtag.outputs.tag }}
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
|
|
||||||
- name: Update manifest.json
|
- name: Commit manifest.json
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
branch: master
|
add: manifest.json
|
||||||
commit_message: "Update manifest.json"
|
commit: --signoff
|
||||||
file_pattern: manifest.json
|
message: "Update manifest.json"
|
||||||
skip_fetch: true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user