From d9fb680eb373319cc0e283443e3174ab356a3648 Mon Sep 17 00:00:00 2001 From: rdunk Date: Fri, 12 Jan 2024 15:28:46 +0000 Subject: [PATCH] docs: fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 902e058..c7cf86e 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ on how to run this plugin with hotreload in the studio. ### Release new version -Run ["CI & Release" workflow](https://github.com/sanity-io/sanity-plugin-table/actions/workflows/main.yml). +Run ["CI & Release" workflow](https://github.com/sanity-io/table/actions/workflows/main.yml). Make sure to select the main branch and check "Release new version". Semantic release will only release on configured branches, so it is safe to run release on any branch.