Skip to content

Commit edac240

Browse files
build: modify release workflow to not upgrade the versions anymore, that will be done manually and committed as stated in the Wiki.
1 parent 40f9822 commit edac240

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
with:
2626
path: .m2
2727
key: ${{ runner.os }}-m2-${{ hashFiles('.github/workflows/**/*.*', '**/pom.xml', '**/META-INF/MANIFEST.MF', 'build/de.cau.cs.kieler.spviz.targetplatform/de.cau.cs.kieler.spviz.targetplatform.target') }}
28-
- name: Set release version
29-
run: mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion="${GITHUB_REF##*/}" -f build/pom.xml
28+
# This is done manually so that the version chantge is also comitted.
29+
# - name: Set release version
30+
# run: mvn org.eclipse.tycho:tycho-versions-plugin:2.7.3:set-version -DnewVersion="${GITHUB_REF##*/}" -f build/pom.xml
3031
- name: Build with Maven
3132
run: mvn --batch-mode --update-snapshots -f build/pom.xml verify
3233

0 commit comments

Comments
 (0)