From feaa20e451ebf7d7c465cbb865b252b648bdb26a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 14:39:40 +0000 Subject: [PATCH] Bump rymndhng/release-on-push-action from 0.25.0 to 0.28.0 Bumps [rymndhng/release-on-push-action](https://github.com/rymndhng/release-on-push-action) from 0.25.0 to 0.28.0. - [Release notes](https://github.com/rymndhng/release-on-push-action/releases) - [Commits](https://github.com/rymndhng/release-on-push-action/compare/v0.25.0...v0.28.0) --- updated-dependencies: - dependency-name: rymndhng/release-on-push-action dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/post-process.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-process.yml b/.github/workflows/post-process.yml index 3f6ee1ac2..d89dee61e 100644 --- a/.github/workflows/post-process.yml +++ b/.github/workflows/post-process.yml @@ -20,6 +20,6 @@ jobs: - # It is often a desired behavior to merge only when a workflow execution # succeeds. This can be changed as needed. if: ${{ github.event.workflow_run.conclusion == 'success' }} - uses: rymndhng/release-on-push-action@v0.25.0 + uses: rymndhng/release-on-push-action@v0.28.0 with: bump_version_scheme: norelease