diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd98c33..e01392f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,6 @@ jobs: - name: Create Release if: ${{ github.event_name != 'workflow_dispatch' }} id: release - uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4.4.1 + uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0 - if: ${{ steps.release.outputs.release_created || github.event_name == 'workflow_dispatch' }} uses: ./.github/actions/publish