Skip to content

Commit

Permalink
Update oracle9i-central-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thadguidry authored Nov 13, 2024
1 parent 119f8fc commit 15c6021
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/oracle9i-central-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ name: Oracle 9i Publish to Maven
on:
workflow_dispatch:
inputs:
version:
description: 'Version to publish, such as 1.3.0'
required: true
ref:
description: 'The Tag to checkout & publish'
description: 'The Branch, Tag or SHA to checkout & publish'
required: true

jobs:
Expand Down Expand Up @@ -36,7 +39,7 @@ jobs:
server-id: central

- name: Publish package Oracle9i
run: mvn -Drevision=${{ github.event.inputs.ref }} --no-transfer-progress -B deploy -P release --file api-rest/pom-oracle9i.xml -DskipTests
run: mvn -Drevision=${{ github.event.inputs.version }} --no-transfer-progress -B deploy -P release --file api-rest/pom-oracle9i.xml -DskipTests
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
Expand Down

0 comments on commit 15c6021

Please sign in to comment.