Skip to content

Commit

Permalink
Test3
Browse files Browse the repository at this point in the history
Signed-off-by: Zhen Wang <[email protected]>
  • Loading branch information
zhen0427 committed Mar 5, 2024
1 parent b1ca40d commit c6a02ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-and-sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,6 @@ jobs:
files: |
./wheelhouse/*
tag_name: v${{ needs.build-python.outputs.version }}
prerelease: github.ref != 'refs/heads/main'
prerelease: ${{github.ref != 'refs/heads/main'}}
generate_release_notes: true
target_commitish: ${{ github.sha }}

0 comments on commit c6a02ca

Please sign in to comment.