From 08a5df3f5c1592054183444dc021486aa57121ef Mon Sep 17 00:00:00 2001 From: Keshav Mishra Date: Sat, 29 Jan 2022 22:47:16 +0530 Subject: [PATCH] Update release_changes.yml --- .github/workflows/release_changes.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release_changes.yml b/.github/workflows/release_changes.yml index 35ae89e3..21b68e63 100644 --- a/.github/workflows/release_changes.yml +++ b/.github/workflows/release_changes.yml @@ -30,6 +30,11 @@ jobs: - name: Mannualy changing the pom versions run: find . -type f -name "*pom.xml" -print0 | xargs -0 sed -i "s/${{ github.event.inputs.snapshotTags }}/${{ github.event.inputs.releaseTags }}/g" + - name: Updating the Release URL in POM + run: | + cd .github/workflows + sed -i 's/OSSRH_SNAPSHOT_URL/RELEASE_URL/g' push_trigger.yml + - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: