File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414
1515 # Request close promotion repo
16- - uses : jvalkeal/nexus-sync@v0
16+ - uses : jvalkeal/nexus-sync@v0.0.2
1717 with :
1818 url : ${{ secrets.OSSRH_URL }}
1919 username : ${{ secrets.OSSRH_S01_TOKEN_USERNAME }}
Original file line number Diff line number Diff line change @@ -16,12 +16,10 @@ jobs:
1616 steps :
1717
1818 # to get spec file in .github
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v3
2020
2121 # Setup jfrog cli
22- - uses : jfrog/setup-jfrog-cli@v1
23- with :
24- version : 1.46.4
22+ - uses : jfrog/setup-jfrog-cli@v3
2523 env :
2624 JF_ARTIFACTORY_SPRING : ${{ secrets.JF_ARTIFACTORY_SPRING }}
2725
3937 --spec-vars "buildname=$JFROG_CLI_BUILD_NAME;buildnumber=$JFROG_CLI_BUILD_NUMBER"
4038
4139 # Create checksums, signatures and create staging repo on central and upload
42- - uses : jvalkeal/nexus-sync@v0
40+ - uses : jvalkeal/nexus-sync@v0.0.2
4341 id : nexus
4442 with :
4543 url : ${{ secrets.OSSRH_URL }}
5048 upload : true
5149 generate-checksums : true
5250 pgp-sign : true
51+ nexus-timeout : 600
5352 pgp-sign-passphrase : ${{ secrets.GPG_PASSPHRASE }}
5453 pgp-sign-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
5554
Original file line number Diff line number Diff line change 1313 steps :
1414
1515 # Request release promotion repo
16- - uses : jvalkeal/nexus-sync@v0
16+ - uses : jvalkeal/nexus-sync@v0.0.2
1717 with :
1818 url : ${{ secrets.OSSRH_URL }}
1919 username : ${{ secrets.OSSRH_S01_TOKEN_USERNAME }}
You can’t perform that action at this time.
0 commit comments