diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 2b4a0c03c3..a36cd2ab9a 100644 --- a/.github/workflows/release-candidate.yml +++ b/.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