Skip to content

Commit

Permalink
chore: Remove unused gh-release dep (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
okdistribute committed Mar 26, 2020
1 parent 2109391 commit 6c57568
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,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 release notes
# if: contains(github.ref, '/tags/')
# run: |
# npm run gh-release
# env:
# GH_RELEASE_GITHUB_API_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Update website release
if: contains(github.ref, '/tags/')
run: bin/release_latest.js
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"license-check": "license-check",
"release": "standard-version",
"release:beta": "standard-version --prerelease beta",
"gh-release": "gh-release",
"storybook": "start-storybook -p 6006 --ci",
"build-storybook": "build-storybook",
"extract-messages": "extract-messages --locales=es,en,pt --output messages/renderer --descriptions 'src/**/*.js'"
Expand Down Expand Up @@ -157,7 +156,6 @@
"eslint-plugin-react-hooks": "^2.0.1",
"eslint-plugin-standard": "^4.0.1",
"file-saver": "^2.0.2",
"gh-release": "^3.5.0",
"glob": "^7.1.5",
"hubfs.js": "^1.0.0",
"hyperquest": "^2.1.3",
Expand Down

0 comments on commit 6c57568

Please sign in to comment.