From 7e16f26c57cc149b960b7ce330672219a14d8c43 Mon Sep 17 00:00:00 2001 From: Alexander Thiele Date: Wed, 9 Oct 2024 15:24:51 +0200 Subject: [PATCH] docs: wrong melos action link (#772) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit replace with a correct melos action link ## Description ## Type of Change - [ ] โœจ `feat` -- New feature (non-breaking change which adds functionality) - [ ] ๐Ÿ› ๏ธ `fix` -- Bug fix (non-breaking change which fixes an issue) - [ ] โŒ `!` -- Breaking change (fix or feature that would cause existing functionality to change) - [ ] ๐Ÿงน `refactor` -- Code refactor - [ ] โœ… `ci` -- Build configuration change - [x] ๐Ÿ“ `docs` -- Documentation - [ ] ๐Ÿ—‘๏ธ `chore` -- Chore --- packages/melos/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/melos/README.md b/packages/melos/README.md index 7b96f8a3..074e8c8f 100644 --- a/packages/melos/README.md +++ b/packages/melos/README.md @@ -37,7 +37,7 @@ repositories with git and Pub.** ## Github Action If you're planning on using Melos in your GitHub Actions workflows, you can use -the [Melos Action](https://github.com/flame-engine/flame/tree/main/examples/assets/svgs) +the [Melos Action](https://github.com/marketplace/actions/melos-action) to run Melos commands, this action also supports automatic versioning and publishing directly from your workflows.