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