diff options
author | Ajay <[email protected]> | 2023-05-09 13:32:47 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-05-09 13:32:47 -0400 |
commit | 46ae92c321fdf30d69a566a433d7e8db44f0d4c1 (patch) | |
tree | f5d4979348034a3e39221c885ea5e5ac84a2768d /.github/workflows | |
parent | cc45e764cf0a2d34210d859b501ae7bd8abf6066 (diff) | |
download | SponsorBlock-46ae92c321fdf30d69a566a433d7e8db44f0d4c1.tar.gz SponsorBlock-46ae92c321fdf30d69a566a433d7e8db44f0d4c1.zip |
Upload source before doing npm ci
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |