From 39c226a7a4bf2c81f102753170a26b9101220151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 19 May 2024 13:05:10 +0300 Subject: [PATCH] Fix github workflow link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 642d691..53f92e4 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Other arguments: ## Publishing on Docker Hub -New releases of Stremio Server are automatically released in Docker Hub using the [publish.yml](./.githib/workflows/publish.yml) using a custom event type called "new-release" and client payload containing the release tag version. +New releases of Stremio Server are automatically released in Docker Hub using the [publish.yml](.github/workflows/publish.yml) using a custom event type called "new-release" and client payload containing the release tag version. You can also manually trigger this action with curl and a Personal Access Token generated from Github: ```