diff --git a/nix/scripts/release.nix b/nix/scripts/release.nix index 93fd9fb37256127e9ad53dc8605883fa56310111..1b7b8cb655051b7d1c89d7b7729d37318a1aad94 100644 --- a/nix/scripts/release.nix +++ b/nix/scripts/release.nix @@ -78,7 +78,7 @@ set -x ${pkgs'.git}/bin/git --no-pager log --decorate=short --pretty=oneline -n 5 ${pkgs'.git}/bin/git remote set-url origin https://pad:''${GITLAB_TOKEN}@''${CI_REPOSITORY_URL#*@} - ${pkgs'.git}/bin/git push "$CI_COMMIT_REF_NAME" --tags + ${pkgs'.git}/bin/git push --tags echo_ok "done" ''