Top 5 only.

This commit is contained in:
Tingluo Huang
2023-09-22 21:37:36 +00:00
parent b9a893e847
commit 3e15aceec9
14 changed files with 10 additions and 986 deletions

View File

@@ -26,6 +26,6 @@ jobs:
- name: Release
if: github.event_name == 'workflow_dispatch'
run: |
gh release create v${{github.sha}} --generate-notes ./_layout/action_cache.zip ./_layout/action_cache.tar.gz
gh release create v${{github.sha}} --generate-notes ./_layout/action_versions.zip ./_layout/action_versions.tar.gz
env:
GH_TOKEN: ${{ github.token }}