diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 28f8c56..3f469fb 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 ref: v${{ needs.release.outputs.current_version }} - name: Generate a changelog - uses: PurpleBooth/changelog-action@v0.3.0 + uses: PurpleBooth/changelog-action@v0.3.1 with: config: cliff.toml args: --verbose v${{ needs.release.outputs.previous_version }}..v${{ needs.release.outputs.current_version }}