diff --git a/.github/workflows/version-build-publish.yml b/.github/workflows/version-build-publish.yml index 419fdda..938e189 100644 --- a/.github/workflows/version-build-publish.yml +++ b/.github/workflows/version-build-publish.yml @@ -28,7 +28,7 @@ jobs: - name: Install Dependencies run: | - npm install -g semantic-release + npm install -g semantic-release @semantic-release/commit-analyzer npm list -g semantic-release - name: Verify Installation diff --git a/.releaserc.json b/.releaserc.json index b3735db..bdc4624 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -4,5 +4,6 @@ ], "plugins": [ "@semantic-release/commit-analyzer" - ] + ], + "dryRun": true } \ No newline at end of file