Skip to content

Commit

Permalink
fix: Clean pipelines to ensure no extra releases (#19)
Browse files Browse the repository at this point in the history
* fix: Clean pipelines to ensure no extra releases

Signed-off-by: Chris Butler <chris@thebutlers.me>

* fix: Clean pipelines to ensure no extra releases

Signed-off-by: Chris Butler <chris@thebutlers.me>

Signed-off-by: Chris Butler <chris@thebutlers.me>
  • Loading branch information
butler54 authored Jan 21, 2023
1 parent d1ec128 commit 106a22f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: CI
on:
push:
branches: [main]
tags:
- 'v*'
tags-ignore:
- v*
pull_request:

jobs:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
env:
PYPI_TOKEN: ${{ secrets.PYPI_KEY }}
GH_TOKEN: ${{ secrets.ADMIN_WRITE_PAT }}
run: semantic-release publish --minor --verbosity=DEBUG
run: semantic-release publish --verbosity=DEBUG
# publish:
# name: Publish to PyPi
# if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
Expand Down

0 comments on commit 106a22f

Please sign in to comment.