Skip to content

Commit

Permalink
update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Zjjc123 authored Aug 15, 2024
1 parent 2d349b1 commit ab15be3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ on:

jobs:
build:
name: Publish webextension
name: Publish Web Extension
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 12
node-version: 20
- name: Build
run: |
npm ci
npm run build
- name: Upload & release
uses: mnao305/chrome-extension-upload@3.0.0
uses: mnao305/chrome-extension-upload@5.0.0
with:
file-path: dist/build.zip
extension-id: gneldbncofioemhoaifgeneiadeodgmh
Expand Down

0 comments on commit ab15be3

Please sign in to comment.