Skip to content

Commit

Permalink
Update GitHub Actions workflow to optimize build and release process
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Aug 17, 2024
1 parent ac4133c commit 7ca7fd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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 "PATH=$(npm bin):\$PATH" >> $GITHUB_ENV

- name: Build and Package the app
run: npm run package
env:
Expand Down Expand Up @@ -67,6 +64,9 @@ jobs:
name: comet-macos-latest
path: ./artifacts/macos

- name: Install Dependencies
run: npm ci

- name: Publish to GitHub Releases
run: npm run publish -- --prerelease
env:
Expand Down

0 comments on commit 7ca7fd2

Please sign in to comment.