Skip to content

Commit

Permalink
Merge pull request #73 from pieces-app/fix-build
Browse files Browse the repository at this point in the history
fix the build is not running
  • Loading branch information
bishoy-at-pieces authored Sep 10, 2024
2 parents 4ef3e37 + f781ef3 commit bc3b54b
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 bc3b54b

Please sign in to comment.