From ca14246d3b9c959ab4bba092f3150e83bbd4bd98 Mon Sep 17 00:00:00 2001 From: okdistribute <633012+okdistribute@users.noreply.github.com> Date: Fri, 26 Jun 2020 12:34:03 -0700 Subject: [PATCH] fix: don't automatically publish to website until we figure out github actions --- .github/workflows/nodejs.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 29b2615b6..6f6dcc022 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -56,11 +56,6 @@ jobs: CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }} WIN_CSC_LINK: ${{ secrets.WIN_CSC_LINK }} WIN_CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }} - - name: Update website release - if: contains(github.ref, '/tags/') - run: bin/release_latest.js - env: - GITHUB_TOKEN: ${{ secrets.WEBSITE_GH_TOKEN }} - name: Cleanup artifacts run: | npx rimraf@2 'dist/!(*.exe|*.deb|*.AppImage|*.dmg)'