From 28fbdd9a3e8e57ef3fc6d48c13d93c1299533613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Jun 2021 23:45:07 +0000 Subject: [PATCH] ci(deps): bump technote-space/release-github-actions from 7.0.5 to 7.0.6 (#498) --- .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 b8786b21..8905ec15 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.5 + uses: technote-space/release-github-actions@v7.0.6 with: BRANCH_NAME: releases/${MAJOR} BUILD_COMMAND: yarn install --frozen-lockfile --ignore-scripts && yarn build