diff --git a/.github/workflows/RELEASE.yml b/.github/workflows/RELEASE.yml index 64e4d59..613c4ba 100644 --- a/.github/workflows/RELEASE.yml +++ b/.github/workflows/RELEASE.yml @@ -16,7 +16,7 @@ jobs: id: semantic-release uses: "piotrlaczkowski/keras-data-processor/.github/templates/github/semantic_release@main" with: - PROJECT_NAME: PARROT + PROJECT_NAME: KDP PROJECT_DIRECTORY: . BRANCHES: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}