From 8c125c476277a85e527c3f10bc00133a99a1a848 Mon Sep 17 00:00:00 2001 From: Ebenezer Nikabou Date: Tue, 19 Dec 2023 20:26:35 +0200 Subject: [PATCH] fix: patch#5 --- .github/workflows/node.js.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index af52441..9544dcd 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -38,9 +38,8 @@ jobs: - run: npm test - run: npm run format - run: npm run build - - run: npx semantic-release - name: Release env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: npx semantic-release