diff --git a/.github/workflows/checkVersions.yml b/.github/workflows/checkVersions.yml index a823007454b..ddbefe5fc6c 100644 --- a/.github/workflows/checkVersions.yml +++ b/.github/workflows/checkVersions.yml @@ -69,7 +69,7 @@ jobs: command: > mvn verify ${{ inputs.extra-maven-args }} -DskipTests -Dcompare-version-with-baselines.skip=false org.eclipse.tycho:tycho-versions-plugin:bump-versions -Dtycho.bump-versions.increment=100 - --threads 1C --fail-at-end --show-version + --update-snapshots --threads 1C --fail-at-end --show-version - name: Commit version increments, if any run: |