Skip to content

Commit

Permalink
Also git ignore pom.xml.versionsBackup
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Aug 5, 2024
1 parent a00bb96 commit cdd55f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: bump-rewrite-properties-to-snapshots
run: |
./mvnw versions:update-properties -DincludeProperties=rewrite.version,rewrite.kotlin.version -DallowSnapshots=true
git diff-index --quiet HEAD pom.xml || git commit -m "Bump rewrite.version properties" pom.xml && git push origin main && rm -f pom.xml.versionsBackup
git diff-index --quiet HEAD pom.xml || git commit -m "Bump rewrite.version properties" pom.xml && git push origin main
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ target/
ry/
release.properties
pom.xml.releaseBackup
pom.xml.versionsBackup
.idea/
*.iml
.classpath
Expand Down

0 comments on commit cdd55f3

Please sign in to comment.