Skip to content

Commit

Permalink
Merge pull request #779 from ckm007/1.1.5
Browse files Browse the repository at this point in the history
updated for rc1 release
  • Loading branch information
ckm007 authored Apr 12, 2021
2 parents 5a6efa3 + d372a2f commit 5bc5373
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 @@ -118,7 +118,7 @@ jobs:

- name: Publish the maven package
run: |
mvn -B deploy -DskipTests -DaltDeploymentRepository=ossrh::default::${{ secrets.OSSRH_SNAPSHOT_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
mvn -B deploy -DskipTests -DaltDeploymentRepository=ossrh::default::${{ secrets.RELEASE_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
env:
GITHUB_TOKEN: ${{secrets.RELEASE_TOKEN}}
GPG_TTY: $(tty)
Expand Down

0 comments on commit 5bc5373

Please sign in to comment.