From dc29a098896d2f7d2476b071a9f15d79399af79b Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Wed, 19 Jun 2024 11:07:48 +0200
Subject: [PATCH] fix: no code fix; only release and publish process

---
 nix/scripts/run-ci-web-tests.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix/scripts/run-ci-web-tests.nix b/nix/scripts/run-ci-web-tests.nix
index 0a7939270..f5f9c36c4 100644
--- a/nix/scripts/run-ci-web-tests.nix
+++ b/nix/scripts/run-ci-web-tests.nix
@@ -1,7 +1,7 @@
 {
   pkgs',
   ...
-}: pkgs'.writeShellScriptBin "run-web-tests" ''
+}: pkgs'.writeShellScriptBin "run-ci-web-tests" ''
     echo "run ci web tests"
 
     if [ -z "''${CI_JOB_TOKEN}" ]; then
-- 
GitLab