Skip to content

Commit

Permalink
#479 Added Path for neo4j v4
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseno2186 committed Jul 17, 2024
1 parent 25770cb commit a1957df
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,17 @@ on:
description: "Default version to use for new local working copy."
required: true
default: "X.Y.Z-SNAPSHOT"
dryRun:
description: "Perform a dry run"
required: true
default: false
type: boolean
neo4j:
description: "Neo4j v4 version to use"
type: string
required: true
default: 'cli/neo4jv4/target/*-distribution.zip'
dryRun:
description: "Perform a dry run"
required: true
default: false
type: boolean



jobs:
Expand All @@ -40,8 +41,8 @@ jobs:
branch: ${{ github.event.inputs.branch }}
releaseVersion: ${{ github.event.inputs.releaseVersion }}
developmentVersion: ${{ github.event.inputs.developmentVersion }}
dryRun: ${{ github.event.inputs.dryRun }}
neo4j: ${{ github.event.inputs.neo4j }}
dryRun: ${{ github.event.inputs.dryRun }}
secrets:
ossrh_username: ${{ secrets.OSSRH_USERNAME }}
ossrh_password: ${{ secrets.OSSRH_PASSWORD }}
Expand Down

0 comments on commit a1957df

Please sign in to comment.