Skip to content

Commit

Permalink
fix: typo on package install
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Jun 2, 2024
1 parent d64a032 commit dcf8746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-BETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit dcf8746

Please sign in to comment.