From c55ae75dd8dbf616655ab9d730f1373fbd086e8b Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 28 Dec 2023 17:00:50 -0500 Subject: [PATCH] fix: remove npm init from commands --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d2c004..3110f08 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,6 @@ jobs: - name: Release #working-directory: ./.release run: | - npm init npx semantic-release --branches main env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file