From ec94efe49e1e928abb25498ccdbdf14d29dd7ace Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 7 Mar 2025 01:15:50 +0000 Subject: [PATCH] ci(deps): upgrade release-action action --- .github/release-please-config.json | 1 + .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/release-please-config.json b/.github/release-please-config.json index fea7a70..3439ec7 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -6,6 +6,7 @@ "changelog-path": "CHANGELOG.md", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, + "always-update": true, "draft": false, "prerelease": false } diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7321f6f..e268bc2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,7 +132,7 @@ jobs: release_created: ${{ steps.release-please.outputs.release_created }} version: ${{ steps.release-please.outputs.version }} steps: - - uses: jimeh/release-please-manifest-action@v1 + - uses: jimeh/release-please-manifest-action@v2 id: release-please with: app-id: ${{ secrets.RELEASE_BOT_APP_ID }}