From fe375543281720324f5d0ffd0c814d68e3c4546c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 13:24:28 +0000 Subject: [PATCH] Bump rymndhng/release-on-push-action from 0.25.0 to 0.27.0 Bumps [rymndhng/release-on-push-action](https://github.com/rymndhng/release-on-push-action) from 0.25.0 to 0.27.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.27.0) --- updated-dependencies: - dependency-name: rymndhng/release-on-push-action 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 b991d2e327..a4028cd6d6 100644 --- a/.github/workflows/post-process.yml +++ b/.github/workflows/post-process.yml @@ -29,6 +29,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.27.0 with: bump_version_scheme: norelease