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

---
 flake.lock                        | 8 ++++----
 nix/scripts/build-and-publish.nix | 3 +--
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/flake.lock b/flake.lock
index 9d6cf820e..2a53b111a 100644
--- a/flake.lock
+++ b/flake.lock
@@ -6,11 +6,11 @@
       },
       "locked": {
         "dir": "common",
-        "lastModified": 1717520406,
-        "narHash": "sha256-nLXTOxHS/gwMmMx+bzWgAhsq6KR60xo5PI2QFKEwTwM=",
+        "lastModified": 1718788884,
+        "narHash": "sha256-PefMbkGNMK9TN1qcNL9OkFVTNdv6wo6XoaS8eTdsY04=",
         "ref": "refs/heads/master",
-        "rev": "301a0b915a9091d6d41d149dac3c237e2c44cb75",
-        "revCount": 38,
+        "rev": "abda2dc723e13dfc835535593321c514666e679e",
+        "revCount": 39,
         "type": "git",
         "url": "https://gitlab.schukai.com/schukai/entwicklung/nix-flakes.git?dir=common"
       },
diff --git a/nix/scripts/build-and-publish.nix b/nix/scripts/build-and-publish.nix
index bd07c2587..23f61671a 100644
--- a/nix/scripts/build-and-publish.nix
+++ b/nix/scripts/build-and-publish.nix
@@ -11,8 +11,7 @@ in
   pkgs'.writeShellScriptBin "build-and-publish" ''
     source ${pkgs'.common}/bin/common
     ${bashFktScript}
-    cd_working_dir
-
+    
     echo_section "build and publish"
     archive=$(ls ${monster} | grep tgz)
  
-- 
GitLab