From 37d561d8102aba1c325a8d0df34af80f01f5889a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 22:23:02 +0000 Subject: [PATCH] ci(action): bump ahmadnassri/action-semantic-release Bumps [ahmadnassri/action-semantic-release](https://github.com/ahmadnassri/action-semantic-release) from v1.2.3 to v1.2.5. - [Release notes](https://github.com/ahmadnassri/action-semantic-release/releases) - [Changelog](https://github.com/ahmadnassri/action-semantic-release/blob/master/.releaserc) - [Commits](https://github.com/ahmadnassri/action-semantic-release/compare/v1.2.3...b7d3d55c2e57674df172fa9ab11c51364c35a36a) 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 04e5a592..2502f60d 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.2.3 + uses: ahmadnassri/action-semantic-release@v1.2.5 env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}