Skip to content

Commit 5859571

Browse files
authored
chore: update release for rdme v10 (#1266)
[![PR App][icn]][demo] | Fix RM-XYZ :-------------------:|:----------: ## 🧰 Changes hopefully fixes this error: https://github.com/readmeio/markdown/actions/runs/20181463181/job/57942699170 ```Run readmeio/rdme@v9 with: rdme: docs ./docs --key=*** --version=2 › Warning: `rdme docs` is deprecated and v10 will have a replacement command › that supports ReadMe Refactored. › › For more information, please visit our migration guide: › https://github.com/readmeio/rdme/blob/v10/documentation/migration-guide.md › #migrating-to-rdme9 Error: Your ReadMe project does not have access to this API. Please reach out to [email protected]. ``` ## 🧬 QA & Testing - [Broken on production][prod]. - [Working in this PR app][demo]. [demo]: https://markdown-pr-PR_NUMBER.herokuapp.com [prod]: https://SUBDOMAIN.readme.io [icn]: https://user-images.githubusercontent.com/886627/160426047-1bee9488-305a-4145-bb2b-09d8b757d38a.svg
1 parent 1e491ae commit 5859571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ jobs:
6464
# Sync docs to rdmd.readme.io
6565
#
6666
- name: Sync docs to rdmd.readme.io
67-
uses: readmeio/rdme@v9
67+
uses: readmeio/rdme@v10
6868
with:
69-
rdme: docs ./docs --key=${{ secrets.RDME_KEY }} --version=2
69+
rdme: docs upload ./docs --key=${{ secrets.RDME_KEY }} --version=2

0 commit comments

Comments
 (0)