diff --git a/.github/workflows/assemble_toolkit.yml b/.github/workflows/assemble_toolkit.yml index 71639d4..d6f2729 100644 --- a/.github/workflows/assemble_toolkit.yml +++ b/.github/workflows/assemble_toolkit.yml @@ -34,5 +34,6 @@ jobs: files: | Toolkit.zip Hash.txt + metadata.json - name: Update release information file - run: git config --global user.email "gha@github.com"; git config --global user.name "GHActionBot"; git commit -m "Sync release file" last_release_info.txt; git push + run: git config --global user.email "gha@github.com"; git config --global user.name "GHActionBot"; git commit -m "Sync release files" last_release_info.txt metadata.json; git push