Skip to content

Commit

Permalink
Temporarily disable GitHub Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
NeRdTheNed committed Oct 20, 2023
1 parent 874fbb2 commit e3a0846
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ publishing {
}
// Only publish to Github Packages if running on GitHub Actions.
// Snapshot publishing temporarily disabled due to GitHub Packages not overwriting the previous upload.
/*
if (System.getenv("GITHUB_ACTIONS")?.equals("true") && System.getenv("BUILD_RELEASE")?.equals("true")) {
repositories {
maven {
Expand All @@ -91,4 +92,5 @@ publishing {
}
}
}
*/
}

0 comments on commit e3a0846

Please sign in to comment.