Skip to content

Commit

Permalink
feat: I swear, CI is getting better (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
msalib authored Dec 30, 2021
1 parent a3ff9d9 commit f4425cc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,15 @@ jobs:
with:
fetch-depth: 0

- run: git config user.name "GitHub actions"
- run: git config user.email "[email protected]"
- run: python3 -m pip install --user python-semantic-release
- run: python -m semantic_release version -v DEBUG -D commit_author="github-actions <[email protected]>"

# - 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 "[email protected]"
# - run: python3 -m pip install --user python-semantic-release
# - run: python -m semantic_release version -v DEBUG -D commit_author="github-actions <[email protected]>"

- name: Python Semantic Release
uses: relekang/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- run: git push

Expand Down

0 comments on commit f4425cc

Please sign in to comment.