diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index 06dca7c3f..a2379c389 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -51,6 +51,7 @@ jobs: - name: Create NOTICE File run: | cat src/license/NOTICE.template target/DEPENDENCY-LICENSES > NOTICE + cp NOTICE opennlp-distr/src/main/readme/NOTICE - name: Create Pull Request after License Regeneration uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 @@ -61,7 +62,7 @@ jobs: committer: GitHub author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> signoff: true - branch: regenerate_license_file_after_dep_upgrade + branch: regenerate_notice_file_after_dep_upgrade delete-branch: true title: "Regenerated NOTICE file after dependency changes" body: |