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 b2c568b commit 149228c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 149228c

Please sign in to comment.