Skip to content

Commit

Permalink
Merge pull request #67 from DerOetzi/homeassistant-auto-discovery
Browse files Browse the repository at this point in the history
Fix broken release pipeline
  • Loading branch information
DerOetzi committed Apr 20, 2024
2 parents bc5328b + be1207a commit f4ade77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
packages-dir: dist/

- name: Publish assets to github
if: ${{github.event_name == 'release'}}
if: ${{github.event_name == 'release' && matrix.python-version == '3.11'}}
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ github.token }}
Expand Down

0 comments on commit f4ade77

Please sign in to comment.