From 721b488ca6b5b28720307ca04ae84b49da7e52f4 Mon Sep 17 00:00:00 2001 From: Tasos <50984242+Eengineer1@users.noreply.github.com> Date: Wed, 27 Jul 2022 15:32:08 +0300 Subject: [PATCH] fix(deps): Fixed dev deps in scope of semantic release --- .github/workflows/dispatch.yml | 2 +- package.json | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index f2a9937c..cb19a0dc 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -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 diff --git a/package.json b/package.json index bd37398b..ef430474 100644 --- a/package.json +++ b/package.json @@ -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",