From 1d34f105ab55ddb2cf38ce168dab9039e08e8f12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20VALENTIN?= Date: Thu, 25 Jan 2024 22:37:08 +0100 Subject: [PATCH] fix: test --- .github/workflows/semantic_prerelease.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/semantic_prerelease.yaml b/.github/workflows/semantic_prerelease.yaml index c54db1c9..56fd17fd 100644 --- a/.github/workflows/semantic_prerelease.yaml +++ b/.github/workflows/semantic_prerelease.yaml @@ -10,4 +10,5 @@ jobs: Semantic-Pre-Release: uses: MyElectricalData/.github/.github/workflows/python_semantic_release.yaml@main with: - PRE_RELEASE: true \ No newline at end of file + PRE_RELEASE: true + \ No newline at end of file