Skip to content

Commit 685a6c9

Browse files
authored
Update release.yml
1 parent b4eade8 commit 685a6c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Bump Version Number
3232
run: |
3333
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
3435
mvn tycho-versions:update-eclipse-metadata -pl eclipse_plugin
3536
git ls-files | grep -E '(pom.xml|MANIFEST.MF)$' | xargs git add
3637
git config --global user.email "${{ github.actor }}@users.noreply.github.com"

0 commit comments

Comments
 (0)