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 4ed13f0 commit c579922Copy full SHA for c579922
.github/workflows/release.yml
@@ -27,12 +27,16 @@ jobs:
27
- id: publish-sonatype
28
name: Publish Sonatype
29
env:
30
+ TEST_MULTILINE: '${{ secrets.TEST_MULTILINE }}'
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
- PGP_SECRET: "${{ secrets.PGP_SECRET }}"
33
+ PGP_SECRET: '${{ secrets.PGP_SECRET }}'
34
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
35
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
36
run: sbt ci-release
37
+ - env:
38
39
+ run: echo "${{ env.TEST_MULTILINE }}"
40
- name: Send slack notification
41
uses: act10ns/slack@v1
42
0 commit comments