We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4eade8 commit 685a6c9Copy full SHA for 685a6c9
.github/workflows/release.yml
@@ -31,6 +31,7 @@ jobs:
31
- name: Bump Version Number
32
run: |
33
mvn --no-transfer-progress versions:set versions:commit -DnewVersion="${{ github.event.inputs.version }}"
34
+ mvn --no-transfer-progress versions:set versions:commit -DnewVersion="${{ github.event.inputs.version }}" -pl eclipse_plugin
35
mvn tycho-versions:update-eclipse-metadata -pl eclipse_plugin
36
git ls-files | grep -E '(pom.xml|MANIFEST.MF)$' | xargs git add
37
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
0 commit comments