Skip to content

Commit

Permalink
fix: don't automatically publish to website until we figure out githu…
Browse files Browse the repository at this point in the history
…b actions
  • Loading branch information
okdistribute committed Jun 26, 2020
1 parent 715d853 commit ca14246
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand Down

0 comments on commit ca14246

Please sign in to comment.