From 6351fa3e3eaf04679be8b10bdf2c96dcc679ebec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 22:59:08 +0000 Subject: [PATCH] chore(deps): bump rymndhng/release-on-push-action from 0.27.0 to 0.28.0 Bumps [rymndhng/release-on-push-action](https://github.com/rymndhng/release-on-push-action) from 0.27.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.27.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/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14bba8fc..debbf018 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: rymndhng/release-on-push-action@v0.27.0 + - uses: rymndhng/release-on-push-action@v0.28.0 with: bump_version_scheme: norelease tag_prefix: v