We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153c942 commit 23c942dCopy full SHA for 23c942d
.github/workflows/manual-release.yml
@@ -26,7 +26,7 @@ jobs:
26
shell: bash
27
publish:
28
if: startsWith(github.ref, 'refs/tags/v')
29
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
30
env:
31
SCALA_VERSION: ${{ inputs.scala-version }}
32
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
0 commit comments