Skip to content

Commit c579922

Browse files
authored
Update release.yml
1 parent 4ed13f0 commit c579922

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,16 @@ jobs:
2727
- id: publish-sonatype
2828
name: Publish Sonatype
2929
env:
30+
TEST_MULTILINE: '${{ secrets.TEST_MULTILINE }}'
3031
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3132
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
32-
PGP_SECRET: "${{ secrets.PGP_SECRET }}"
33+
PGP_SECRET: '${{ secrets.PGP_SECRET }}'
3334
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
3435
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
3536
run: sbt ci-release
37+
- env:
38+
TEST_MULTILINE: '${{ secrets.TEST_MULTILINE }}'
39+
run: echo "${{ env.TEST_MULTILINE }}"
3640
- name: Send slack notification
3741
uses: act10ns/slack@v1
3842
env:

0 commit comments

Comments
 (0)