Skip to content

Commit 9ef7307

Browse files
committed
Merge branch '3.5.x'
Closes gh-47939
2 parents faeb1a5 + e02804c commit 9ef7307

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/build-and-deploy-snapshot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
gradle-cache-read-only: false
2929
publish: true
3030
- name: Deploy
31-
uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2
31+
uses: spring-io/artifactory-deploy-action@926d7f7cc810569395346bf3a4d91b380b3e355b # v0.0.4
3232
with:
3333
build-name: ${{ vars.COMMERCIAL && format('spring-boot-commercial-{0}', '4.0.x') || format('spring-boot-{0}', '4.0.x') }}
3434
folder: 'deployment-repository'
@@ -37,6 +37,7 @@ jobs:
3737
repository: ${{ vars.COMMERCIAL && 'spring-enterprise-maven-dev-local' || 'libs-snapshot-local' }}
3838
signing-key: ${{ secrets.GPG_PRIVATE_KEY }}
3939
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
40+
threads: 8
4041
uri: ${{ vars.COMMERCIAL_DEPLOY_REPO_URL || 'https://repo.spring.io' }}
4142
username: ${{ vars.COMMERCIAL && secrets.COMMERCIAL_ARTIFACTORY_USERNAME || secrets.ARTIFACTORY_USERNAME }}
4243
- name: Send Notification

.github/workflows/release-milestone.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@ jobs:
2424
gradle-cache-read-only: false
2525
publish: true
2626
- name: Stage Release
27-
uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2
27+
uses: spring-io/artifactory-deploy-action@926d7f7cc810569395346bf3a4d91b380b3e355b # v0.0.4
2828
with:
2929
build-name: ${{ format('spring-boot-{0}', steps.build-and-publish.outputs.version)}}
3030
folder: 'deployment-repository'
3131
password: ${{ secrets.ARTIFACTORY_PASSWORD }}
3232
repository: 'libs-staging-local'
3333
signing-key: ${{ secrets.GPG_PRIVATE_KEY }}
3434
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
35+
threads: 8
3536
uri: 'https://repo.spring.io'
3637
username: ${{ secrets.ARTIFACTORY_USERNAME }}
3738
outputs:

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
gradle-cache-read-only: false
2828
publish: true
2929
- name: Stage Release
30-
uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2
30+
uses: spring-io/artifactory-deploy-action@926d7f7cc810569395346bf3a4d91b380b3e355b # v0.0.4
3131
with:
3232
build-name: ${{ vars.COMMERCIAL && format('spring-boot-commercial-{0}', steps.build-and-publish.outputs.version) || format('spring-boot-{0}', steps.build-and-publish.outputs.version) }}
3333
folder: 'deployment-repository'
@@ -36,6 +36,7 @@ jobs:
3636
repository: ${{ vars.COMMERCIAL && 'spring-enterprise-maven-stage-local' || 'libs-staging-local' }}
3737
signing-key: ${{ secrets.GPG_PRIVATE_KEY }}
3838
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
39+
threads: 8
3940
uri: ${{ vars.COMMERCIAL_DEPLOY_REPO_URL || 'https://repo.spring.io' }}
4041
username: ${{ vars.COMMERCIAL && secrets.COMMERCIAL_ARTIFACTORY_USERNAME || secrets.ARTIFACTORY_USERNAME }}
4142
- name: Send Notification

0 commit comments

Comments
 (0)