Skip to content

Commit

Permalink
Fix incorrect twine upload repo
Browse files Browse the repository at this point in the history
  • Loading branch information
coderpatros committed Sep 3, 2020
1 parent 74cdcaf commit 2ad67fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
twine upload --repository cyclonedx-bom dist/*
twine upload dist/*
- name: Publish docker image
env:
Expand Down

0 comments on commit 2ad67fe

Please sign in to comment.