Skip to content

Commit

Permalink
fix the build is not running
Browse files Browse the repository at this point in the history
  • Loading branch information
bishoy-at-pieces authored Sep 10, 2024
1 parent 4ef3e37 commit f781ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
sed -i "s/__version__ = .*/__version__ = \"${{ steps.get_version.outputs.version }}\"/" src/pieces_os_client/__init__.py
- name: Build and publish
if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/*')
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_API_TOKEN }}
run: |
Expand Down

0 comments on commit f781ef3

Please sign in to comment.