Skip to content

Commit 23c942d

Browse files
committed
Fix manual publishing
1 parent 153c942 commit 23c942d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
shell: bash
2727
publish:
2828
if: startsWith(github.ref, 'refs/tags/v')
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-20.04
3030
env:
3131
SCALA_VERSION: ${{ inputs.scala-version }}
3232
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}

0 commit comments

Comments
 (0)