From 8a1c8b01fc86f82b48c90fb5fff5b5007f2491ec Mon Sep 17 00:00:00 2001 From: David Mellen Date: Wed, 24 Apr 2024 14:14:25 +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 }}