From 283e2b12dc7b0c2195cc1c632ceafb64dd856627 Mon Sep 17 00:00:00 2001 From: David Mellen Date: Wed, 24 Apr 2024 14:13:44 +0200 Subject: [PATCH] ci: update semantic-workflow-action --- .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 74bd219..6deae2b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,6 +9,6 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: remindgmbh/semantic-release-action@v2.1.1 + - uses: remindgmbh/semantic-release-action@v2.2.1 with: github-token: ${{ secrets.GITHUB_TOKEN }}