Skip to content

Commit

Permalink
Merge pull request #1198 from ckm007/1.2.0-prerel
Browse files Browse the repository at this point in the history
[MOSIP-19750] pre-release changes
  • Loading branch information
ckm007 authored Jan 24, 2022
2 parents 5211f73 + 65fd4d9 commit c039837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,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
2 changes: 1 addition & 1 deletion .github/workflows/release_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
commit-message: Updated Pom versions for release changes
title: Release changes
body: Automated PR for ${ github.event.inputs.releaseTags release. }
body: Automated PR for ${{ github.event.inputs.releaseTags release. }}
branch: release-branch
delete-branch: true
base: ${{ github.event.inputs.base }}

0 comments on commit c039837

Please sign in to comment.