Skip to content

Commit

Permalink
fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
renardeinside committed Nov 23, 2024
1 parent 3f01862 commit 6d6c9b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Build zip file
run: yarn build
- name: Build and package into a zip file
run: yarn package

- name: Upload to Chrome Web Store
uses: mobilefirstllc/cws-publish@latest
Expand Down

0 comments on commit 6d6c9b5

Please sign in to comment.