Skip to content

Commit b4eade8

Browse files
authored
Update release.yml
1 parent c47ebbb commit b4eade8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
mvn --no-transfer-progress versions:set versions:commit -DnewVersion="${{ github.event.inputs.version }}"
3434
mvn tycho-versions:update-eclipse-metadata -pl eclipse_plugin
35-
git ls-files | grep 'pom.xml$' | xargs git add
35+
git ls-files | grep -E '(pom.xml|MANIFEST.MF)$' | xargs git add
3636
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
3737
git config --global user.name "${{ github.actor }}"
3838
git commit -m "Release google-java-format ${{ github.event.inputs.version }}"

0 commit comments

Comments
 (0)