Skip to content

Commit

Permalink
Remove the npm install line from create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YSHgroup authored Jun 7, 2024
1 parent f8aaf5e commit 07099ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x.x'

- name: Install dependencies
run: npm install

- name: Create release
id: create_release
Expand All @@ -32,4 +29,4 @@ jobs:
body: |
This is an automated release created on push to the main branch.
draft: false
prerelease: false
prerelease: false

0 comments on commit 07099ee

Please sign in to comment.