Skip to content

Commit fc7bc30

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 jreleaserFullRelease --debug
88+
./gradlew -Djreleaser.dry.run=true jreleaserFullRelease

0 commit comments

Comments
 (0)