Skip to content

Commit

Permalink
3.0 is now a string...
Browse files Browse the repository at this point in the history
  • Loading branch information
rochala committed Jul 24, 2024
1 parent 565252a commit 13e67d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-expression-compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
needs: [test]
env:
SCALA_VERSION: ${{ inputs.scala-version }}
SCALA_30: ${{ startsWith(inputs.scala-version, 3.0) }}
SCALA_30: ${{ startsWith(inputs.scala-version, '3.0') }}
SCALA_31_PLUS: ${{ startsWith(inputs.scala-version, '3.1') || startsWith(inputs.scala-version, '3.2') || startsWith(inputs.scala-version, '3.3') }}
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down

0 comments on commit 13e67d6

Please sign in to comment.