From a09c6634cfd09d407419d4e215110e5a480b743b Mon Sep 17 00:00:00 2001 From: mKlapwijk Date: Tue, 16 Jan 2024 13:10:25 +0100 Subject: [PATCH] Add space and vertical line --- .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 23d5217c..88ae0fdf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: with: poetry-version: 1.4.2 - name: obtain version number - run: + run: | git config user.name github-actions git config user.email github-actions@github.com poetry version ${{ github.event.inputs.release_type }}