Skip to content

Commit

Permalink
fix(deps): Fixed dev deps in scope of semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
Eengineer1 committed Jul 27, 2022
1 parent bbf9f99 commit 721b488
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
call-release:
name: "Release"
needs: call-build
if: ${{ github.ref_protected == true }}
# if: ${{ github.ref_protected == true }}
uses: ./.github/workflows/release.yml
secrets: inherit
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@
"jest": "^28.1.3",
"ts-jest": "^28.0.6",
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
"typescript": "^4.7.4",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.4",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3"
},
"dependencies": {
"@cheqd/ts-proto": "^1.0.6",
Expand Down

0 comments on commit 721b488

Please sign in to comment.