diff --git a/.github/workflows/build-publish-docker.yml b/.github/workflows/build-publish-docker.yml index a5634c9..4954269 100644 --- a/.github/workflows/build-publish-docker.yml +++ b/.github/workflows/build-publish-docker.yml @@ -24,8 +24,6 @@ jobs: id: semantic-version env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # because of using none default (conventionalcommits) `preset` for `semantic-release`, we should add dependency `conventional-changelog-conventionalcommits` - # using dry-run here for preventing publish release note and just calculate version run: npx -p @semantic-release/git -p @semantic-release/changelog -p @semantic-release/exec semantic-release --dry-run - name: Semantic Release Versions Outputs