feat: show version in stats

This commit is contained in:
Shengjing Zhu
2022-07-24 21:09:07 +08:00
parent 74a362f803
commit 6962a4bdc6
4 changed files with 39 additions and 4 deletions

View File

@@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1