Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Jan 10, 2025
1 parent 2c64da4 commit b2c568b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b2c568b

Please sign in to comment.