diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 6fb941b0a..6b73568f6 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -29,10 +29,12 @@ jobs: additional_packages: | [ "@semantic-release/changelog", + "@semantic-release/git" ] plugins: | [ "@semantic-release/commit-analyzer", + "@semantic-release/changelog", "@semantic-release/git", "@semantic-release/github", "@semantic-release/release-notes-generator"