diff --git a/.github/workflows/publish-workflow.yml b/.github/workflows/publish-workflow.yml index 0e66220..fa59583 100644 --- a/.github/workflows/publish-workflow.yml +++ b/.github/workflows/publish-workflow.yml @@ -30,6 +30,7 @@ jobs: PRE_RELEASE: ${{ github.ref_type == 'branch' }} UNRELEASED: ${{ github.ref_type == 'branch' && 'update' || '' }} UNRELEASED_TAG: latest-snapshot + ALLOW_EMPTY_CHANGELOG: ${{ github.ref_type == 'branch' && 'true' || 'false' }} with: args: | build/*.jar