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 c47ebbb commit b4eade8Copy full SHA for b4eade8
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
mvn --no-transfer-progress versions:set versions:commit -DnewVersion="${{ github.event.inputs.version }}"
34
mvn tycho-versions:update-eclipse-metadata -pl eclipse_plugin
35
- git ls-files | grep 'pom.xml$' | xargs git add
+ git ls-files | grep -E '(pom.xml|MANIFEST.MF)$' | xargs git add
36
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
37
git config --global user.name "${{ github.actor }}"
38
git commit -m "Release google-java-format ${{ github.event.inputs.version }}"
0 commit comments