From bef5f16d37afd02d4fd13fd920275409ff8ebaf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 18:13:24 +0000 Subject: [PATCH] =?UTF-8?q?=E2=98=95=20chore:=20Bump=20wgtechlabs/release-?= =?UTF-8?q?build-flow-action=20from=201.6.0=20to=201.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [wgtechlabs/release-build-flow-action](https://github.com/wgtechlabs/release-build-flow-action) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/wgtechlabs/release-build-flow-action/releases) - [Changelog](https://github.com/wgtechlabs/release-build-flow-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/wgtechlabs/release-build-flow-action/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: wgtechlabs/release-build-flow-action dependency-version: 1.7.0 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 e8c0cda..1719636 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: token: ${{ secrets.GH_PAT }} - name: Create Release - uses: wgtechlabs/release-build-flow-action@v1.6.0 # v1.6.0 + uses: wgtechlabs/release-build-flow-action@v1.7.0 # v1.6.0 with: github-token: ${{ secrets.GH_PAT }} monorepo: 'true'