Skip to content

Commit

Permalink
#479 add dry run to test the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseno2186 committed Jul 17, 2024
2 parents 101cbac + d689435 commit 2f6e4e3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ on:
description: "Default version to use when preparing a release."
required: true
default: "X.Y.Z"
releaseAssets:
description: "Paths to the release assets."
required: true
default: "[cli/neo4jv4/*-distribution.zip , cli/neo4jv5/*-distribution.zip]"
developmentVersion:
description: "Default version to use for new local working copy."
required: true
Expand All @@ -30,7 +26,6 @@ on:
required: true
default: false
type: boolean

jobs:
attach-artifacts:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2f6e4e3

Please sign in to comment.