We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0b8e8f + a8270ea commit 08d93beCopy full SHA for 08d93be
1 file changed
.github/workflows/publish-snapshot.yml
@@ -11,7 +11,7 @@ jobs:
11
publish-snapshot :
12
runs-on : macos-latest
13
if : github.repository == 'square/workflow-kotlin'
14
- timeout-minutes : 25
+ timeout-minutes : 35
15
16
steps :
17
- uses: actions/checkout@v3
@@ -27,7 +27,7 @@ jobs:
27
28
- name : Publish Snapshots
29
run: |
30
- ./gradlew clean build --no-daemon
+ ./gradlew build --no-daemon
31
./gradlew publish --no-parallel --no-daemon
32
env :
33
ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_NEXUS_USERNAME }}
0 commit comments