From 9e2953350215d6cda45bea11d5c4ab24ef46544a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Mon, 16 Mar 2026 09:17:00 +0100 Subject: [PATCH] chore: Fix releas web job --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5170c0d04..56c3800ce 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -48,7 +48,7 @@ jobs: asset_content_type: application/gzip - name: Clone fluffychat website run: | - git@github.com:krille-chan/fluffychat-website.git + git clone https://github.com/krille-chan/fluffychat-website.git cp CHANGELOG.md fluffychat-website/ cp PRIVACY.md fluffychat-website/ - name: Build website