Skip to content

Commit

Permalink
chore(extension-release-published.yml): remove duplicate maven-releas…
Browse files Browse the repository at this point in the history
…e job and add maven-release job to run after release job with extraCommand input (#137)
  • Loading branch information
jandroav authored Dec 14, 2023
1 parent afa23aa commit b19f6ca
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/extension-release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ on:
required: true

jobs:
maven-release:
needs: release
uses: liquibase/build-logic/.github/workflows/extension-release-prepare.yml@v0.5.8
secrets: inherit
with:
extraCommand: ${{ inputs.extraCommand }}

release:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -131,10 +138,3 @@ jobs:
-Dfiles=${{ env.artifact_id }}-${version}.jar.asc,${{ env.artifact_id }}-${version}-sources.jar.asc,${{ env.artifact_id }}-${version}-javadoc.jar.asc,${{ env.artifact_id }}-${version}.pom.asc \
-Dtypes=jar.asc,jar.asc,jar.asc,pom.asc \
-Dclassifiers=,sources,javadoc,
maven-release:
needs: release
uses: liquibase/build-logic/.github/workflows/extension-release-prepare.yml@v0.5.8
secrets: inherit
with:
extraCommand: ${{ inputs.extraCommand }}

0 comments on commit b19f6ca

Please sign in to comment.