From cfb36d7dd3fa40c4131060a99c67360ac59f5604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 17:00:17 +0000 Subject: [PATCH] Bump rymndhng/release-on-push-action from 0.20.0 to 0.28.0 Bumps [rymndhng/release-on-push-action](https://github.com/rymndhng/release-on-push-action) from 0.20.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.20.0...v0.28.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 c75182f257..17b3902e49 100644 --- a/.github/workflows/post-process.yml +++ b/.github/workflows/post-process.yml @@ -17,6 +17,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.20.0 + uses: rymndhng/release-on-push-action@v0.28.0 with: bump_version_scheme: norelease