Skip to content

Commit

Permalink
#479 Added neo4j v4 in inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseno2186 committed Jul 17, 2024
1 parent 878232e commit 6023d1d
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,33 +26,23 @@ on:
required: true
default: false
type: boolean
neo4j:
description: "Neo4j v4 version to use"
type: string
required: true
default: 'target/checkout/cli/neo4jv4/target/*-distribution.zip'
jobs:
build:
uses: jqassistant-tooling/jqassistant-github-actions/.github/workflows/release.yml@main
uses: jqassistant-tooling/jqassistant-github-actions/.github/workflows/release.yml@neo4j-release
with:
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 }}
secrets:
ossrh_username: ${{ secrets.OSSRH_USERNAME }}
ossrh_password: ${{ secrets.OSSRH_PASSWORD }}
ossrh_signing_key: ${{ secrets.OSSRH_SIGNING_KEY }}
ossrh_signing_password: ${{ secrets.OSSRH_SIGNING_PASSWORD }}
sonar_token: ${{ secrets.SONAR_TOKEN }}

attach-artifacts:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Upload Release Asset Neo4j
uses: actions/upload-artifact@v3
with:
name: neo4j.zip
path: |
cli/neo4jv4/*-distribution.zip
cli/neo4jv5/*-distribution.zip
content_type: application/zip

0 comments on commit 6023d1d

Please sign in to comment.