Skip to content

Commit

Permalink
Update GitHub Actions workflow to remove unnecessary step
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Aug 17, 2024
1 parent b8722b2 commit 1b8ac37
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 @@ -24,9 +24,6 @@ jobs:
- name: Install dependencies
run: npm install

- name: Add node_modules/.bin to PATH
run: echo "::add-path::$(npm bin)"

- name: Build and Package the app
run: npm run package

Expand Down

0 comments on commit 1b8ac37

Please sign in to comment.