소스 검색

meta: ensure README is correctly formatted when doing releases (#3499)

Antoine du Hamel 3 년 전
부모
커밋
cdf619df98
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/release-candidate.yml

+ 1 - 1
.github/workflows/release-candidate.yml

@@ -35,7 +35,7 @@ jobs:
       - name: Prepare changelog
         run: corepack yarn workspace @uppy-dev/release update-changelogs releases.json | xargs git add
       - name: Update contributors table
-        run: corepack yarn contributors:save && git add README.md
+        run: corepack yarn contributors:save && remark -foq README.md && git add README.md
       - name: Update CDN URLs
         run: corepack yarn workspace @uppy-dev/release update-version-URLs | xargs git add
       - name: Stage changes and remove temp files