From bb92b4b15bf8f8334c0ad6c4a92063cd3ff39340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Gr=C3=BCneberg?= Date: Tue, 18 Jul 2023 11:02:30 +0200 Subject: [PATCH] fix: semantic version release (#85) --- .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 281c571..b1cb918 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: id: semantic-release uses: cycjimmy/semantic-release-action@v3 with: - semantic_version: 21 + semantic_version: 19 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}