Skip to content

Commit

Permalink
fix(cicd): fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mickare committed Aug 16, 2024
1 parent 55fc8d7 commit de825ce
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 @@ -48,7 +48,7 @@ jobs:
run: semantic-release version --commit

- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@release/v1
if: steps.release.outputs.released == 'true'

- name: Publish package to GitHub Releases
Expand Down

0 comments on commit de825ce

Please sign in to comment.