Skip to content

Commit 1530a88

Browse files
authored
Update release.yml
Signed-off-by: salaboy <[email protected]>
1 parent 97844a6 commit 1530a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Publish to ossrh
8484
run: |
85-
#echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 -d > private-key.gpg
85+
echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 -d > private-key.gpg
8686
#export GPG_TTY=$(tty)
8787
#gpg --batch --import private-key.gpg
8888
./gradlew jreleaserConfig

0 commit comments

Comments
 (0)