Skip to content

Commit

Permalink
Merge pull request #504 from mosip/ckm007-patch-1
Browse files Browse the repository at this point in the history
[DSD-175] updated the push trigger for snapshots changes
  • Loading branch information
ckm007 authored Jul 30, 2021
2 parents cd71af8 + 8d0af9c commit ba28363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Publish the maven package
run: |
cd authentication && mvn deploy -DskipTests -DaltDeploymentRepository=ossrh::default::${{ secrets.RELEASE_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
cd authentication && mvn deploy -DskipTests -DaltDeploymentRepository=ossrh::default::${{ secrets.OSSRH_SNAPSHOT_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GPG_TTY: $(tty)
Expand Down

0 comments on commit ba28363

Please sign in to comment.