Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cushon committed Oct 5, 2023
1 parent b4eade8 commit 685a6c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Bump Version Number
run: |
mvn --no-transfer-progress versions:set versions:commit -DnewVersion="${{ github.event.inputs.version }}"
mvn --no-transfer-progress versions:set versions:commit -DnewVersion="${{ github.event.inputs.version }}" -pl eclipse_plugin
mvn tycho-versions:update-eclipse-metadata -pl eclipse_plugin
git ls-files | grep -E '(pom.xml|MANIFEST.MF)$' | xargs git add
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
Expand Down

0 comments on commit 685a6c9

Please sign in to comment.