Skip to content

Commit

Permalink
chore: Update startsWith in yml (#1330)
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin authored May 17, 2024
1 parent c84f1b2 commit 93c1af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
sudo apt-get install graphviz
# genjavadoc does not support Scala 3.x
sbt \
-Dpekko.genjavadoc.enabled=${{ matrix.scalaVersion.startsWith("3") }} \
-Dpekko.genjavadoc.enabled=${{ startsWith(matrix.scalaVersion, '3')}} \
"++ ${{ matrix.scalaVersion }} doc"
- name: Publish
Expand Down

0 comments on commit 93c1af5

Please sign in to comment.