File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -23,20 +23,15 @@ jobs:
23
23
env :
24
24
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
25
25
run : sbt test
26
- - uses : olafurpg/setup-gpg@v3
27
26
- id : publish-sonatype
28
27
name : Publish Sonatype
29
28
env :
30
- TEST_MULTILINE : ' ${{ secrets.TEST_MULTILINE }}'
31
29
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32
30
PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
33
- PGP_SECRET : ' ${{ secrets.PGP_SECRET }}'
31
+ PGP_SECRET : ${{ secrets.PGP_SECRET }}
34
32
SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
35
33
SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
36
34
run : sbt ci-release
37
- - env :
38
- TEST_MULTILINE : ' ${{ secrets.TEST_MULTILINE }}'
39
- run : echo "${{ env.TEST_MULTILINE }}"
40
35
- name : Send slack notification
41
36
uses : act10ns/slack@v1
42
37
env :
You can’t perform that action at this time.
0 commit comments