From 46ae92c321fdf30d69a566a433d7e8db44f0d4c1 Mon Sep 17 00:00:00 2001 From: Ajay Date: Tue, 9 May 2023 13:32:47 -0400 Subject: [PATCH] Upload source before doing npm ci --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d554a3b6..f3dcc20f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-node@v3 with: node-version: '18' - - run: npm ci - name: Copy configuration run: cp config.json.example config.json @@ -34,6 +33,8 @@ jobs: name: SourceCodeUseThisOne.zip path: ../builds/SourceCodeUseThisOne.zip repo-token: ${{ secrets.GITHUB_TOKEN }} + + - run: npm ci # Create Chrome artifacts - name: Create Chrome artifacts