From 07284f091faf35bceee4abb3ca1681b7e06543e0 Mon Sep 17 00:00:00 2001 From: SAIKAT KARMAKAR Date: Wed, 8 May 2024 00:13:14 +0530 Subject: [PATCH] Update and modify files for the project - Updated files: - .github/workflows/release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 06b4b41..0d1b1e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: hatch env create - name: Test run: | - sudo hatch run nipe --help + sudo $(which hatch) run nipe --help release: runs-on: ubuntu-latest needs: test