Skip to content

Commit 552ef19

Browse files
authored
Update release.yml
Signed-off-by: salaboy <Salaboy@gmail.com>
1 parent bb9574d commit 552ef19

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
@@ -85,4 +85,4 @@ jobs:
8585
echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 -d > private-key.gpg
8686
export GPG_TTY=$(tty)
8787
gpg --batch --import private-key.gpg
88-
./gradlew -Djreleaser.dry.run=true jreleaserFullRelease --info
88+
./gradlew jreleaserConfig

0 commit comments

Comments
 (0)