diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3da298c1..7557a120 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,10 +86,10 @@ jobs: run: poetry install shell: bash - name: Configure Git - run: | - git config user.name "github-actions" - git config user.email "actions@users.noreply.github.com" - git remote set-url origin https://${{ secrets.GH_TOKEN }}@github.com/humbertogontijo/python-roborock.git + run: | + git config user.name "github-actions" + git config user.email "actions@users.noreply.github.com" + git remote set-url origin https://${{ secrets.GH_TOKEN }}@github.com/humbertogontijo/python-roborock.git - name: Python Semantic Release id: release uses: python-semantic-release/python-semantic-release@v9.14.0