Skip to content

Commit

Permalink
build: do not publish a prerelease to marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoison committed Apr 19, 2022
1 parent a7af201 commit d3d254a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
asset_name: sonar-findbugs-plugin-${{ github.event.release.tag_name }}.jar
asset_content_type: application/zip
- name: Request SonarSource to release the plugin to marketplace
if: github.event_name == 'release'
if: github.event_name == 'release' && github.event.release.prerelease == false
uses: ./.github/actions/sonar-update-center
with:
prop-file: findbugs.properties
Expand Down

0 comments on commit d3d254a

Please sign in to comment.