Skip to content

Commit

Permalink
Update ci-maven-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bestrand authored Oct 11, 2024
1 parent cb28287 commit 01241dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-maven-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Deploy to maven repository
run: |
if [ "${{ inputs.maven-deployment-repository: }}" != "" ]; then
if [ "${{ inputs.maven-deployment-repository }}" != "" ]; then
mvn -B deploy -DaltDeploymentRepository="github::default::https://maven.pkg.github.com/${{ inputs.maven-deployment-repository }}"}"
echo "- \`mvn versions\` was executed" >> "$GITHUB_STEP_SUMMARY"
else
Expand All @@ -70,4 +70,4 @@ jobs:
- uses: anchore/sbom-action@v0
with:
path: ${{ inputs.sbom-path }}


0 comments on commit 01241dd

Please sign in to comment.