Skip to content

Commit

Permalink
Merge pull request #1900 from mosip/ckm007-patch-4
Browse files Browse the repository at this point in the history
[DSD-5620] Update push-trigger.yml
  • Loading branch information
ckm007 authored Jul 30, 2024
2 parents 6f4632c + c933a21 commit 21cc010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
publish_to_nexus:
if: "${{ !contains(github.ref, 'master') && github.event_name != 'pull_request' && github.event_name != 'release' && github.event_name != 'prerelease' && github.event_name != 'publish' }}"
needs: build-maven-registration
uses: mosip/kattu/.github/workflows/maven-publish-to-nexus.yml@master-java21
uses: mosip/kattu/.github/workflows/maven-publish-to-nexus1.yml@master-java21
with:
SERVICE_LOCATION: ./registration-processor
secrets:
Expand Down Expand Up @@ -128,4 +128,4 @@ jobs:
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit 21cc010

Please sign in to comment.