Skip to content

Commit 9c1913e

Browse files
Update github string in build maven packages
1 parent cf7853a commit 9c1913e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/vertx-parent.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
5353
- name: Update versions for non-SNAPSHOT builds
5454
run: |
55-
sed -i "s/-SNAPSHOT/-build-${{ github.run_number }}/" pom.xml
56-
sed -i "s/-SNAPSHOT/-build-${{ github.run_number }}/" vertx-parent-files/pom.xml
55+
sed -i "s/-SNAPSHOT/-github-build-${{ github.run_number }}/" pom.xml
56+
sed -i "s/-SNAPSHOT/-github-build-${{ github.run_number }}/" vertx-parent-files/pom.xml
5757
5858
- name: Run Tests
5959
run: |
@@ -114,8 +114,8 @@ jobs:
114114
115115
- name: Update versions for non-SNAPSHOT builds
116116
run: |
117-
sed -i "s/-SNAPSHOT/-build-${{ github.run_number }}/" pom.xml
118-
sed -i "s/-SNAPSHOT/-build-${{ github.run_number }}/" vertx-parent-files/pom.xml
117+
sed -i "s/-SNAPSHOT/-github-build-${{ github.run_number }}/" pom.xml
118+
sed -i "s/-SNAPSHOT/-github-build-${{ github.run_number }}/" vertx-parent-files/pom.xml
119119
120120
- name: Deploy Snapshots
121121
run: |

0 commit comments

Comments
 (0)