Skip to content

Commit

Permalink
Fix tycho version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebjulliand committed Jan 23, 2025
1 parent 91c37d9 commit 658871c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
]
- name: Update version number
run: mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=${{ github.ref_name }}
run: mvn org.eclipse.tycho:tycho-versions-plugin:3.0.5:set-version -DnewVersion=${{ github.ref_name }}

- name: Build with Maven
run: mvn -B deploy --file pom.xml -Pflat-repo --batch-mode
Expand All @@ -74,7 +74,7 @@ jobs:
git push --tags --force
- name: Bump version numbers for next cycle
run: mvn org.eclipse.tycho:tycho-versions-plugin:bump-versions
run: mvn org.eclipse.tycho:tycho-versions-plugin:3.0.5:bump-versions

- name: Read new version
id: new-version
Expand Down

0 comments on commit 658871c

Please sign in to comment.