Skip to content

Commit

Permalink
Merge pull request #266 from Rakshitha650/1.2.0-rc1
Browse files Browse the repository at this point in the history
[DSD-215] updated for 1.2.0-rc1 release
  • Loading branch information
ckm007 authored Aug 12, 2021
2 parents 2b475d4 + a1f559b commit 9191ed1
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 @@ -55,7 +55,7 @@ jobs:
- name: Build with Maven
run: |
cd pre-registration
mvn -B package -DskipTests -s $GITHUB_WORKSPACE/settings.xml --file pom.xml
mvn -B package -s $GITHUB_WORKSPACE/settings.xml --file pom.xml
- name: Ready the springboot artifacts
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
mvn -B package --file pom.xml -s $GITHUB_WORKSPACE/settings.xml
- name: Publish the maven package
run: |
cd pre-registration && mvn deploy -DskipTests -DaltDeploymentRepository=ossrh::default::${{ secrets.RELEASE_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
cd pre-registration && mvn deploy -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 9191ed1

Please sign in to comment.