Skip to content

Commit

Permalink
Remove path-patterns not changed anymore by updateRelease-workflow
Browse files Browse the repository at this point in the history
That workflow now just updates pom.xml files.

Follow-up on
eclipse-platform#2387
  • Loading branch information
HannesWell committed Nov 23, 2024
1 parent 56ba8ab commit 1ad7295
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/updateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: maven
- name: Update Versions
run: >-
mvn -U -Pbuild-individual-bundles -ntp
mvn -U -B -ntp
org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=${{ github.event.milestone.title }}.0-SNAPSHOT
org.eclipse.tycho:tycho-versions-plugin:set-parent-version -DnewParentVersion=${{ github.event.milestone.title }}.0-SNAPSHOT
- name: Create Pull Request for Release ${{ github.event.milestone.title }}
Expand All @@ -38,5 +38,3 @@ jobs:
add-paths: |
pom.xml
**/pom.xml
**/*.MF

0 comments on commit 1ad7295

Please sign in to comment.