diff --git a/nix/scripts/deploy.nix b/nix/scripts/deploy.nix
index c8b5e84ef094ac13e6116bc707e0e95f9ae3ed1d..f51113fe67cfa023e050ce389663ea0c52cb627e 100644
--- a/nix/scripts/deploy.nix
+++ b/nix/scripts/deploy.nix
@@ -5,7 +5,6 @@ self,
   bashFktScript = import ./bash-fkt.nix {
     inherit pkgs';
   };
-  releaseInfo = import ../config/release.nix;
   monster = pkgs'.callPackage ../packages/monster.nix {inherit pkgs' system self;};
 in
   pkgs'.writeShellScriptBin "deploy" ''
@@ -14,7 +13,7 @@ in
     
     echo_section "build and publish"
     archive=$(ls ${monster} | grep tgz)
- 
+ printenv
     echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
     cat .npmrc