File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 52
52
53
53
- name : Update versions for non-SNAPSHOT builds
54
54
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
57
57
58
58
- name : Run Tests
59
59
run : |
@@ -114,8 +114,8 @@ jobs:
114
114
115
115
- name : Update versions for non-SNAPSHOT builds
116
116
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
119
119
120
120
- name : Deploy Snapshots
121
121
run : |
You can’t perform that action at this time.
0 commit comments