Skip to content

Commit

Permalink
Update github string in build maven packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kcs-koteswaradodda authored Oct 14, 2024
1 parent cf7853a commit 9c1913e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/vertx-parent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 9c1913e

Please sign in to comment.