Skip to content

Commit 078660c

Browse files
committed
[Build] Update snapshots in Version-Increment workflow
This ensures that the workflow for automated version increments always operates on the latest content from the I-builds repository and discards cached data.
1 parent 849d64c commit 078660c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checkVersions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
command: >
7070
mvn verify ${{ inputs.extra-maven-args }} -DskipTests -Dcompare-version-with-baselines.skip=false
7171
org.eclipse.tycho:tycho-versions-plugin:bump-versions -Dtycho.bump-versions.increment=100
72-
--threads 1C --fail-at-end --show-version
72+
--update-snapshots --threads 1C --fail-at-end --show-version
7373
7474
- name: Commit version increments, if any
7575
run: |

0 commit comments

Comments
 (0)