Skip to content

Commit

Permalink
Uppercase true because that's what's the check is
Browse files Browse the repository at this point in the history
🙃
  • Loading branch information
colindean committed Apr 10, 2024
1 parent 0978a94 commit 4aefbc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
- name: Build, test, and package project on Spark 3.5
run: bin/sbt clean compile test package makePom -DsparkVersion=3.5.1
env:
MODERN_JAVA: true
MODERN_JAVA: TRUE
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- name: Publish for Spark 3 / Scala 2.12 with SBT
run: bin/sbt publish -DsparkVersion=3.5.1
env:
MODERN_JAVA: true
MODERN_JAVA: TRUE

0 comments on commit 4aefbc7

Please sign in to comment.