From d281f4212fbc5284f5ae8a10916176d5091d4081 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jan 2021 06:27:39 +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.3 to v1.7.4. - [Release notes](https://github.com/ahmadnassri/action-semantic-release/releases) - [Commits](https://github.com/ahmadnassri/action-semantic-release/compare/v1.7.3...9e36b7a9d83f2394e943891030d057f1d7e587c9) 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 803ded15..06528040 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.3 + uses: ahmadnassri/action-semantic-release@v1.7.4 env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}