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 }}