From eeb1a6e8d56c8c68bcea9412207f3598bc5f11c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jan 2021 05:56:47 +0000 Subject: [PATCH] ci(action): bump ahmadnassri/action-semantic-release Bumps [ahmadnassri/action-semantic-release](https://github.com/ahmadnassri/action-semantic-release) from v1.7.5 to v1.7.6. - [Release notes](https://github.com/ahmadnassri/action-semantic-release/releases) - [Commits](https://github.com/ahmadnassri/action-semantic-release/compare/v1.7.5...07445f4b1de2a7bfe59538a3cf26f1c7656d6412) 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 9a10de64..2864d062 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,7 +82,7 @@ jobs: - name: Semantic release id: release - uses: ahmadnassri/action-semantic-release@v1.7.5 + uses: ahmadnassri/action-semantic-release@v1.7.6 env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}