We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76503aa commit d139719Copy full SHA for d139719
.github/workflows/assemble_toolkit.yml
@@ -36,6 +36,5 @@ jobs:
36
files: |
37
Toolkit.zip
38
Hash.txt
39
- metadata.json
40
- name: Update release information file
41
run: git config --global user.email "[email protected]"; git config --global user.name "GHActionBot"; git commit -m "Sync release files" last_release_info.txt metadata.json; git push
0 commit comments