From 37bd1a99382ffea0611e1db7441c55933a8b342b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 04:23:30 +0000 Subject: [PATCH] chore(deps): bump ahmadnassri/action-semantic-release 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.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d1eefef..6c09167 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: Release id: release - uses: ahmadnassri/action-semantic-release@v2.2.6 + uses: ahmadnassri/action-semantic-release@v2.2.8 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}