Skip to content

Commit

Permalink
fix: Clean pipelines to ensure no extra releases
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Butler <chris@thebutlers.me>
  • Loading branch information
butler54 committed Jan 21, 2023
1 parent 1dc2186 commit 3a0a97e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jobs:
PYPI_TOKEN: ${{ secrets.PYPI_KEY }}
GH_TOKEN: ${{ secrets.ADMIN_WRITE_PAT }}
run: |
git config --global user.name "semantic-release (via Github actions)"
git config --global user.email "semantic-release@github-actions"
git config --global user.name "semantic-release (via Github actions)"
git config --global user.email "semantic-release@github-actions"
semantic-release publish --verbosity=DEBUG
# publish:
# name: Publish to PyPi
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ repos:
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
- id: check-yaml
- id: check-toml
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
Expand Down

0 comments on commit 3a0a97e

Please sign in to comment.