From 1f37143c6e170c1c1236daafba74ddf6da904737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Sep 2021 09:01:33 +0000 Subject: [PATCH] ci(deps): bump technote-space/release-github-actions from 7.0.6 to 7.0.7 Bumps [technote-space/release-github-actions](https://github.com/technote-space/release-github-actions) from 7.0.6 to 7.0.7. - [Release notes](https://github.com/technote-space/release-github-actions/releases) - [Changelog](https://github.com/technote-space/release-github-actions/blob/main/.releasegarc) - [Commits](https://github.com/technote-space/release-github-actions/compare/v7.0.6...v7.0.7) --- updated-dependencies: - dependency-name: technote-space/release-github-actions dependency-type: direct:production update-type: version-update:semver-patch ... 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 8905ec15..b8d60d61 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Release for GitHub Actions - uses: technote-space/release-github-actions@v7.0.6 + uses: technote-space/release-github-actions@v7.0.7 with: BRANCH_NAME: releases/${MAJOR} BUILD_COMMAND: yarn install --frozen-lockfile --ignore-scripts && yarn build