From ba8c109dc01defaef2446f2cf5434baacdb0b827 Mon Sep 17 00:00:00 2001 From: DemyCode Date: Mon, 22 Jan 2024 07:47:41 +0100 Subject: [PATCH] fix: removing npm run as it is global instal --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index e08b117..8664d14 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -23,5 +23,5 @@ jobs: with: node-version: 12 - run: npm install -g commit-and-tag-version - - run: npm run commit-and-tag-version + - run: commit-and-tag-version - run: git push --follow-tags \ No newline at end of file