From 9c1913e9e12604a14eb54a1704205f9173103c29 Mon Sep 17 00:00:00 2001 From: kcs-koteswaradodda <86834695+kcs-koteswaradodda@users.noreply.github.com> Date: Mon, 14 Oct 2024 15:54:01 +0530 Subject: [PATCH] Update github string in build maven packages --- .github/workflows/vertx-parent.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/vertx-parent.yaml b/.github/workflows/vertx-parent.yaml index c7d18c1..1e2f928 100644 --- a/.github/workflows/vertx-parent.yaml +++ b/.github/workflows/vertx-parent.yaml @@ -52,8 +52,8 @@ jobs: - name: Update versions for non-SNAPSHOT builds run: | - sed -i "s/-SNAPSHOT/-build-${{ github.run_number }}/" pom.xml - sed -i "s/-SNAPSHOT/-build-${{ github.run_number }}/" vertx-parent-files/pom.xml + sed -i "s/-SNAPSHOT/-github-build-${{ github.run_number }}/" pom.xml + sed -i "s/-SNAPSHOT/-github-build-${{ github.run_number }}/" vertx-parent-files/pom.xml - name: Run Tests run: | @@ -114,8 +114,8 @@ jobs: - name: Update versions for non-SNAPSHOT builds run: | - sed -i "s/-SNAPSHOT/-build-${{ github.run_number }}/" pom.xml - sed -i "s/-SNAPSHOT/-build-${{ github.run_number }}/" vertx-parent-files/pom.xml + sed -i "s/-SNAPSHOT/-github-build-${{ github.run_number }}/" pom.xml + sed -i "s/-SNAPSHOT/-github-build-${{ github.run_number }}/" vertx-parent-files/pom.xml - name: Deploy Snapshots run: |