Skip to content

Commit

Permalink
fix: workflows remove install dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdiiilham committed Jan 15, 2023
1 parent 04dee0b commit f6a1de6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "lts/*"
- name: Install dependencies
run: npm ci

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

0 comments on commit f6a1de6

Please sign in to comment.