Skip to content

Commit 3f1dbbe

Browse files
authored
move deletion of packages to front
1 parent 7a54eae commit 3f1dbbe

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/nightly-build.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- name: Set up JDK
21-
uses: actions/setup-java@v4
22-
with:
23-
distribution: temurin
24-
java-version: 21
25-
cache: maven
26-
27-
- name: Build and Publish SNAPSHOT
28-
run: ./mvnw deploy -B -V -D"maven.javadoc.skip"="true" -D"java.util.logging.config.file"="${{github.workspace}}/quickfixj-core/src/test/resources/logging.properties" -D"http.keepAlive"="false" -D"maven.wagon.http.pool"="false" -D"maven.wagon.httpconnectionManager.ttlSeconds"="120"
29-
env:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31-
3220
- name: Delete old packages
3321
uses: SmartsquareGmbH/[email protected]
3422
with:
@@ -62,3 +50,15 @@ jobs:
6250
org.quickfixj.quickfixj-orchestration
6351
org.quickfixj.quickfixj-parent
6452
org.quickfixj.quickfixj-perf-test
53+
54+
- name: Set up JDK
55+
uses: actions/setup-java@v4
56+
with:
57+
distribution: temurin
58+
java-version: 21
59+
cache: maven
60+
61+
- name: Build and Publish SNAPSHOT
62+
run: ./mvnw deploy -B -V -D"maven.javadoc.skip"="true" -D"java.util.logging.config.file"="${{github.workspace}}/quickfixj-core/src/test/resources/logging.properties" -D"http.keepAlive"="false" -D"maven.wagon.http.pool"="false" -D"maven.wagon.httpconnectionManager.ttlSeconds"="120"
63+
env:
64+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)