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 c47ebbb commit b4eade8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
mvn --no-transfer-progress versions:set versions:commit -DnewVersion="${{ github.event.inputs.version }}"
mvn tycho-versions:update-eclipse-metadata -pl eclipse_plugin
git ls-files | grep 'pom.xml$' | xargs git add
git ls-files | grep -E '(pom.xml|MANIFEST.MF)$' | xargs git add
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
git config --global user.name "${{ github.actor }}"
git commit -m "Release google-java-format ${{ github.event.inputs.version }}"
Expand Down

0 comments on commit b4eade8

Please sign in to comment.