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 co author commit

+1 -1
+1 -1
.github/workflows/auto-check-latest-version.yaml
··· 41 41 - name: Commit 42 42 run: | 43 43 git add -A 44 - git commit -m "[AUTO] multipaper server v${{ env.SERVER_VERSION }}\nCo-authored-by: akiicat <aaaa1379@gmail.com>" 44 + git commit -m "[AUTO] multipaper server v${{ env.SERVER_VERSION }}" -m "Co-authored-by: akiicat <aaaa1379@gmail.com>" 45 45 46 46 - name: Add Tag 47 47 run: |