Skip to content

Commit

Permalink
fixup! meta: ensure README is correctly formatted when doing releases (
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Feb 17, 2022
1 parent f1952bf commit 58e9fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 && remark -foq README.md && git add README.md
run: corepack yarn contributors:save && corepack yarn 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
Expand Down

0 comments on commit 58e9fc3

Please sign in to comment.