diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index b470303a9..6fb941b0a 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -26,13 +26,15 @@ jobs: prerelease: true } ] - plugins: | + additional_packages: | [ "@semantic-release/changelog", + ] + plugins: | + [ "@semantic-release/commit-analyzer", - "@semantic-release/exec", "@semantic-release/git", - "@semantic-release/gitlab", + "@semantic-release/github", "@semantic-release/release-notes-generator" ] #dry_run: true