Skip to content

Commit 5ef1b43

Browse files
up retry delay
1 parent c59717e commit 5ef1b43

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/workflow.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,11 @@ jobs:
167167
uses: gradle/actions/setup-gradle@v3
168168

169169
- name: Publish on maven central
170-
run: ./gradlew clean build assemble publish jreleaserFullRelease --debug
170+
run: |
171+
./gradlew clean build assemble publish
172+
ls -la build/distributions/jreleaser
173+
tree build/distributions/jreleaser
174+
./gradlew jreleaserFullRelease
171175
env:
172176
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
173177
JRELEASER_GITHUB_USERNAME: ${{ github.actor }}

0 commit comments

Comments
 (0)