Automatically publish the latest MultiPaper containers to Docker Hub.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix commit co author ordering

+3 -3
+3 -3
.github/workflows/auto-check-latest-version.yaml
··· 35 35 36 36 - name: Configure Git 37 37 run: | 38 - git config user.name "github-actions[bot]" 39 - git config user.email "github-actions[bot]@users.noreply.github.com" 38 + git config user.name "akiicat" 39 + git config user.email "aaaa1379@gmail.com" 40 40 41 41 - name: Commit 42 42 run: | 43 43 git add -A 44 - git commit -m "[AUTO] multipaper server v${{ env.SERVER_VERSION }}" -m "Co-authored-by: akiicat <aaaa1379@gmail.com>" 44 + git commit -m "[AUTO] multipaper server v${{ env.SERVER_VERSION }}" -m "Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>" 45 45 46 46 - name: Add Tag 47 47 run: |