Skip to content

Commit

Permalink
Fix dirty flag in automated build (#67)
Browse files Browse the repository at this point in the history
* print git information before publish to see whats dirty in the tree

* print git information before publish to see whats dirty in the tree

* add toolchains.xml to git ignore
  • Loading branch information
bryopsida committed Dec 16, 2022
1 parent 31e00ca commit 448790c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
distribution: temurin
- name: Build with Gradle
run: ./gradlew build
- name: Print git status
run: git status
- name: Publish to Sonatype OSS
run: ./gradlew uploadArchives
env:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ build
# Ignore github java setup settings.xml file
settings.xml
.dccache
settings.xml
settings.xml
toolchains.xml

0 comments on commit 448790c

Please sign in to comment.