Skip to content

Commit 9340514

Browse files
committed
Remove path-patterns not changed anymore by updateRelease-workflow
That workflow now just updates pom.xml files. Follow-up on #2387
1 parent 5bddc6c commit 9340514

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/updateRelease.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: maven
2424
- name: Update Versions
2525
run: >-
26-
mvn -U -Pbuild-individual-bundles -ntp
26+
mvn -U -B -ntp
2727
org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=${{ github.event.milestone.title }}.0-SNAPSHOT
2828
org.eclipse.tycho:tycho-versions-plugin:set-parent-version -DnewParentVersion=${{ github.event.milestone.title }}.0-SNAPSHOT
2929
- name: Create Pull Request for Release ${{ github.event.milestone.title }}
@@ -38,5 +38,3 @@ jobs:
3838
add-paths: |
3939
pom.xml
4040
**/pom.xml
41-
**/*.MF
42-

0 commit comments

Comments
 (0)