mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix workflow
This commit is contained in:
parent
2c64da4d03
commit
b2c568b3d6
1 changed files with 5 additions and 0 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -30,6 +30,11 @@ jobs:
|
|||
tools/make-chromium.sh ${{ env.VERSION }}
|
||||
tools/make-firefox.sh ${{ env.VERSION }}
|
||||
tools/make-thunderbird.sh ${{ env.VERSION }}
|
||||
- name: Build NPM package
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
run: |
|
||||
tools/make-npm.sh ${{ env.VERSION }}
|
||||
- name: Assemble release notes
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue