From 1404d2688f94b248eea3369c0e0f5910f8dd2d67 Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 8 May 2021 14:14:00 +0200 Subject: [PATCH] ci bugfixes --- .github/workflows/build.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c79be939..943ea6bf 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -122,11 +122,6 @@ jobs: with: name: KeeWeb-${{ steps.get_tag.outputs.tag }}.html path: dist - - name: Upgrade Node.js - uses: actions/setup-node@v2 - with: - node-version: '16' - registry-url: 'https://registry.npmjs.org' - name: Install npm modules run: npm ci - name: Install grunt @@ -181,11 +176,6 @@ jobs: with: name: KeeWeb-${{ steps.get_tag.outputs.tag }}.html path: dist - - name: Upgrade Node.js - uses: actions/setup-node@v2 - with: - node-version: '16' - registry-url: 'https://registry.npmjs.org' - name: Install npm modules run: npm ci - name: Install grunt @@ -384,7 +374,7 @@ jobs: tag_name: ${{ github.ref }} name: Desktop apps v${{ steps.get_tag.outputs.tag }} files: assets/* - body_path: tmp/release-body.md + body_path: keeweb/tmp/release-body.md - name: Checkout gh-pages uses: actions/checkout@v2 with: