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 ceca5a8 commit 490f400Copy full SHA for 490f400
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
workflow_dispatch:
8
9
jobs:
10
- build:
+ release:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
@@ -21,12 +21,13 @@ jobs:
21
- id: test
22
name: Test
23
env:
24
- GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
run: sbt test
26
+ - uses: olafurpg/setup-gpg@v3
27
- id: publish-sonatype
28
name: Publish Sonatype
29
30
31
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
32
PGP_SECRET: ${{ secrets.PGP_SECRET }}
33
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
0 commit comments