.github/workflows/semantic-release.yml in voom-presenters-2.0.0 vs .github/workflows/semantic-release.yml in voom-presenters-2.0.1

- old
+ new

@@ -29,10 +29,13 @@ with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Semantic Release uses: cycjimmy/semantic-release-action@v2 with: - extra_plugins: semantic-release-rubygem + extra_plugins: | + @semantic-release/changelog + @semantic-release/github + semantic-release-rubygem dry_run: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GEM_HOST_API_KEY: ${{ secrets.GEM_HOST_API_KEY }}