From cf3b307f9d513da78feeee1c3a4442be821bc0b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 14:53:41 +0000 Subject: [PATCH] ci(action): bump ahmadnassri/action-semantic-release from 2.2.6 to 2.2.8 Bumps [ahmadnassri/action-semantic-release](https://github.com/ahmadnassri/action-semantic-release) from 2.2.6 to 2.2.8. - [Release notes](https://github.com/ahmadnassri/action-semantic-release/releases) - [Changelog](https://github.com/ahmadnassri/action-semantic-release/blob/master/.release.json) - [Commits](https://github.com/ahmadnassri/action-semantic-release/compare/v2.2.6...v2.2.8) --- updated-dependencies: - dependency-name: ahmadnassri/action-semantic-release dependency-type: direct:production update-type: version-update:semver-patch ... 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 9f27e0d..68e5d66 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - name: Semantic release id: release - uses: ahmadnassri/action-semantic-release@v2.2.6 + uses: ahmadnassri/action-semantic-release@v2.2.8 env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}