Skip to content

Commit

Permalink
fix: don't run "npm install" as this is not a node-project
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Dec 7, 2023
1 parent 1ff183c commit 1b29c85
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
with:
node-version: 18

- name: Install dependencies
run: npm install

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
Expand Down

0 comments on commit 1b29c85

Please sign in to comment.