Skip to content

Commit 7974fb8

Browse files
authored
Update release.yml
1 parent c579922 commit 7974fb8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,15 @@ jobs:
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
run: sbt test
26-
- uses: olafurpg/setup-gpg@v3
2726
- id: publish-sonatype
2827
name: Publish Sonatype
2928
env:
30-
TEST_MULTILINE: '${{ secrets.TEST_MULTILINE }}'
3129
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3230
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
33-
PGP_SECRET: '${{ secrets.PGP_SECRET }}'
31+
PGP_SECRET: ${{ secrets.PGP_SECRET }}
3432
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
3533
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
3634
run: sbt ci-release
37-
- env:
38-
TEST_MULTILINE: '${{ secrets.TEST_MULTILINE }}'
39-
run: echo "${{ env.TEST_MULTILINE }}"
4035
- name: Send slack notification
4136
uses: act10ns/slack@v1
4237
env:

0 commit comments

Comments
 (0)