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
b2c568b3d6
commit
149228c388
1 changed files with 4 additions and 3 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
|
@ -15,6 +15,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
steps:
|
||||
- name: Setup nodejs
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
@ -31,9 +35,6 @@ jobs:
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue