From ac8f2c881d94dae59dabdcf5b53b1f5289a155b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Wed, 2 Oct 2024 13:53:22 +0200 Subject: [PATCH] Update target job to use released version of Tycho and remove draft flag --- .github/workflows/updateTarget.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/updateTarget.yml b/.github/workflows/updateTarget.yml index 6654ca0e225..9ffad74b135 100644 --- a/.github/workflows/updateTarget.yml +++ b/.github/workflows/updateTarget.yml @@ -32,8 +32,8 @@ jobs: cache: maven - name: Update Target Platform run: >- - mvn -f eclipse.platform.releng.prereqs.sdk - org.eclipse.tycho.extras:tycho-version-bump-plugin:4.0.9-SNAPSHOT:update-target + mvn -ntp -f eclipse.platform.releng.prereqs.sdk + org.eclipse.tycho.extras:tycho-version-bump-plugin:4.0.9:update-target -DallowMajorUpdates=false -Ddiscovery=parent -Dmaven.version.rules=update-rules.xml @@ -45,7 +45,7 @@ jobs: title: Dependency Updates body: Please review the changes and merge if appropriate, or cherry pick individual updates. delete-branch: true - draft: true + draft: false token: ${{ secrets.RELENG_BOT_PAT }} committer: Eclipse Releng Bot author: Eclipse Releng Bot