From 6c02e932260abc6c5d7c212f405401fa0646ffca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Dec 2020 06:35:21 +0000 Subject: [PATCH] ci(action): bump ahmadnassri/action-semantic-release Bumps [ahmadnassri/action-semantic-release](https://github.com/ahmadnassri/action-semantic-release) from v1.6.9 to v1.6.10. - [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.6.9...146d62690fca651da166f40fd325e81680322225) 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 6a0379ee..76a613db 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.6.9 + uses: ahmadnassri/action-semantic-release@v1.6.10 env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}