Skip to content

Commit

Permalink
not closing automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
leandroBorgesFerreira committed May 19, 2023
1 parent 4ea6b48 commit a7f08c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Release build
run: ./gradlew assemble --scan
- name: Publish to MavenCentral
run: ./gradlew publishDagCommandPublicationToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository --scan
run: ./gradlew publishDagCommandPublicationToSonatypeRepository --max-workers 1 --scan
env:
SONATYPE_NEXUS_USERNAME: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
SONATYPE_NEXUS_PASSWORD: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
Expand Down

0 comments on commit a7f08c0

Please sign in to comment.