ci(action): bump ahmadnassri/action-semantic-release from 2.2.0 to 2.2.1

Bumps [ahmadnassri/action-semantic-release](https://github.com/ahmadnassri/action-semantic-release) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/ahmadnassri/action-semantic-release/releases)
- [Commits](https://github.com/ahmadnassri/action-semantic-release/compare/v2.2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: ahmadnassri/action-semantic-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-14 12:39:17 +00:00 committed by GitHub
parent cd7f6c1b9d
commit e53f47de78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ jobs:
- name: Semantic release
id: release
uses: ahmadnassri/action-semantic-release@v2.2.0
uses: ahmadnassri/action-semantic-release@v2.2.1
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}