Fix workflow

This commit is contained in:
Raymond Hill 2025-01-10 10:52:36 -05:00
parent b2c568b3d6
commit 149228c388
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -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