From 90eeaec826433065fb6514ea4366ed89b15b42f3 Mon Sep 17 00:00:00 2001 From: Ashutosh Jha Date: Sun, 16 Jul 2023 14:34:47 +0530 Subject: [PATCH] fix minor bug --- .github/workflows/publish-npm.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 68740c1..25dd02a 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -44,5 +44,4 @@ jobs: - run: npm run semantic-release env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -test config \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file