Skip to content

Commit

Permalink
fix: Try release codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
unimonkiez committed Aug 26, 2022
1 parent 303cdf4 commit 1da8a95
Show file tree
Hide file tree
Showing 6 changed files with 2,973 additions and 2,414 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "16"
cache: "yarn"
cache-dependency-path: "./yarn.lock"
- uses: actions/download-artifact@v3
- run: (ls artifact-client-redis-js || exit 0) && echo 1;
- name: Semantic release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 0 additions & 6 deletions clients/redis/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.5",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/ioredis": "^4.28.10",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.28",
Expand Down
Loading

0 comments on commit 1da8a95

Please sign in to comment.