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 }}