diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4dd85cac0..21d8960f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: developmentVersion: ${{ github.event.inputs.developmentVersion }} neo4j: ${{ github.event.inputs.neo4j }} dryRun: ${{ github.event.inputs.dryRun }} - releaseArtifacts: "cli/neo4jv?/target/*-distribution.zip" +# releaseArtifacts: "cli/neo4jv?/target/*-distribution.zip" secrets: ossrh_username: ${{ secrets.OSSRH_USERNAME }} ossrh_password: ${{ secrets.OSSRH_PASSWORD }}