From 3870337071ec3110306fa757e02734c927212658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 07:28:22 +0000 Subject: [PATCH] build(deps): bump ahmadnassri/action-semantic-release from 1 to 2 (#26) Bumps [ahmadnassri/action-semantic-release](https://github.com/ahmadnassri/action-semantic-release) from 1 to 2. - [Release notes](https://github.com/ahmadnassri/action-semantic-release/releases) - [Commits](https://github.com/ahmadnassri/action-semantic-release/compare/v1...v2) --- updated-dependencies: - dependency-name: ahmadnassri/action-semantic-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 91511c7..179fdd9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: targets: build - name: Release id: release - uses: ahmadnassri/action-semantic-release@v1 + uses: ahmadnassri/action-semantic-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Docker meta