diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3b02dee..4fb384c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -127,15 +127,15 @@ jobs: with: fetch-depth: 0 - - run: git config user.name "GitHub actions" - - run: git config user.email "github-actions@users.noreply.github.com" - - run: python3 -m pip install --user python-semantic-release - - run: python -m semantic_release version -v DEBUG -D commit_author="github-actions " - - # - name: Python Semantic Release - # uses: relekang/python-semantic-release@master - # with: - # github_token: ${{ secrets.GITHUB_TOKEN }} + # - run: git config user.name "GitHub actions" + # - run: git config user.email "github-actions@users.noreply.github.com" + # - run: python3 -m pip install --user python-semantic-release + # - run: python -m semantic_release version -v DEBUG -D commit_author="github-actions " + + - name: Python Semantic Release + uses: relekang/python-semantic-release@master + with: + github_token: ${{ secrets.GITHUB_TOKEN }} - run: git push