From dcf87466d6dcf8c2ed322c81f3b7b3c3072233d0 Mon Sep 17 00:00:00 2001 From: junners Date: Sat, 1 Jun 2024 18:41:22 -0700 Subject: [PATCH] fix: typo on package install --- .github/workflows/deploy-BETA.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-BETA.yml b/.github/workflows/deploy-BETA.yml index 2b6782e..28d4c52 100644 --- a/.github/workflows/deploy-BETA.yml +++ b/.github/workflows/deploy-BETA.yml @@ -42,7 +42,7 @@ jobs: - name: Install Dependencies run: | npm ci - npm i -D @semantic-release @semantic-release/commit-analyzer @semantic-release/changelog @semantic-release/npm @semantic-release/git + npm i -D semantic-release @semantic-release/commit-analyzer @semantic-release/changelog @semantic-release/npm @semantic-release/git - name: Publish Beta env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}