From 154f05a178d8bca278d23b8d639fef3fa084e2a2 Mon Sep 17 00:00:00 2001 From: Carlos Rueda Date: Mon, 6 Feb 2023 13:04:16 -0800 Subject: [PATCH] use cycjimmy/semantic-release-action@v3 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 102e335..4530148 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@master - name: New Release - uses: cycjimmy/semantic-release-action@v2 + uses: cycjimmy/semantic-release-action@v3 id: release # Need an `id` for output variables env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -25,4 +25,4 @@ jobs: @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/release-notes-generator - commitizen \ No newline at end of file + commitizen