From 4aa4298fa55a238fccccd3b3aa75283c68150c8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:45:25 +0000 Subject: [PATCH] ci(action): bump ahmadnassri/action-semantic-release from 2.2.3 to 2.2.4 Bumps [ahmadnassri/action-semantic-release](https://github.com/ahmadnassri/action-semantic-release) from 2.2.3 to 2.2.4. - [Release notes](https://github.com/ahmadnassri/action-semantic-release/releases) - [Commits](https://github.com/ahmadnassri/action-semantic-release/compare/v2.2.3...v2.2.4) --- 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 8db485a..873ab8c 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.3 + uses: ahmadnassri/action-semantic-release@v2.2.4 env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}