Skip to content

Commit

Permalink
Releases by default are all of the them releases, not pre-releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangibanelbtactic committed Mar 29, 2024
1 parent 013aee4 commit d68c96d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-ubuntu-18.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
uses: crowbarmaster/[email protected]
with:
repo_token: ${{ github.token }}
prerelease: true
prerelease: false
generate_notes: false
automatic_release_tag: zimbra-foss-build-${{ env.DISTRO_TAG_PREFIX }}/${{ steps.split-tag.outputs.version }}
title: Zimbra ${{ steps.split-tag.outputs.version }} FOSS Builds ( ${{ env.DISTRO_FULLNAME }} )
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release-ubuntu-20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
uses: crowbarmaster/[email protected]
with:
repo_token: ${{ github.token }}
prerelease: true
prerelease: false
generate_notes: false
automatic_release_tag: zimbra-foss-build-${{ env.DISTRO_TAG_PREFIX }}/${{ steps.split-tag.outputs.version }}
title: Zimbra ${{ steps.split-tag.outputs.version }} FOSS Builds ( ${{ env.DISTRO_FULLNAME }} )
Expand Down

0 comments on commit d68c96d

Please sign in to comment.