Fix github action build

This commit is contained in:
cxfksword
2022-10-11 18:10:28 +08:00
parent cf1876b8d1
commit 3c058fd7a3
3 changed files with 6 additions and 31 deletions

View File

@@ -40,16 +40,8 @@ jobs:
tag: ${{ github.ref }}
file_glob: true
- name: Update manifest
uses: svenstaro/upload-release-action@v2
uses: stefanzweifel/git-auto-commit-action@v4
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./*.json
tag: "manifest"
overwrite: true
file_glob: true
# - name: Update manifest
# uses: stefanzweifel/git-auto-commit-action@v4
# with:
# branch: ${{ env.branch }}
# commit_message: Update repo manifest
# file_pattern: "*.json"
branch: ${{ env.branch }}
commit_message: Update repo manifest
file_pattern: "*.json"