Skip to content

Commit

Permalink
Update push_trigger.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Mishra <[email protected]>
  • Loading branch information
ckm007 authored Aug 18, 2023
1 parent bbc1eca commit cb9ddea
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 @@ -121,7 +121,7 @@ jobs:
- name: Publish the maven package
run: |
cd authentication && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.RELEASE_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
cd authentication && mvn deploy -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 cb9ddea

Please sign in to comment.