Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fredfalcon authored Mar 7, 2023
1 parent d378abe commit 9b6195f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- name: Build
run: |
npm install
npm ci
npm run build
# - name: Build
# run: |
# npm install
# npm ci
# npm run build
- name: Upload & release
uses: mnao305/chrome-extension-upload@v4.0.1
with:
Expand Down

0 comments on commit 9b6195f

Please sign in to comment.