Skip to content

Commit 88ad83a

Browse files
authored
Merge pull request #14 from salaboy/release-pipe
fix indentation
2 parents 3213bbd + 154f5fc commit 88ad83a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,10 @@ jobs:
7878
with:
7979
name: Package
8080
path: client/build/libs
81+
8182
- name: Publish to ossrh
8283
run: |
8384
echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 -d > private-key.gpg
8485
export GPG_TTY=$(tty)
8586
gpg --batch --import private-key.gpg
86-
./gradlew jreleaserFullRelease
87+
./gradlew jreleaserFullRelease

0 commit comments

Comments
 (0)