File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 13
13
steps :
14
14
15
15
# Request close promotion repo
16
- - uses : jvalkeal/nexus-sync@v0
16
+ - uses : jvalkeal/nexus-sync@v0.0.2
17
17
with :
18
18
url : ${{ secrets.OSSRH_URL }}
19
19
username : ${{ secrets.OSSRH_S01_TOKEN_USERNAME }}
Original file line number Diff line number Diff line change @@ -16,12 +16,10 @@ jobs:
16
16
steps :
17
17
18
18
# to get spec file in .github
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v3
20
20
21
21
# Setup jfrog cli
22
- - uses : jfrog/setup-jfrog-cli@v1
23
- with :
24
- version : 1.46.4
22
+ - uses : jfrog/setup-jfrog-cli@v3
25
23
env :
26
24
JF_ARTIFACTORY_SPRING : ${{ secrets.JF_ARTIFACTORY_SPRING }}
27
25
39
37
--spec-vars "buildname=$JFROG_CLI_BUILD_NAME;buildnumber=$JFROG_CLI_BUILD_NUMBER"
40
38
41
39
# 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
43
41
id : nexus
44
42
with :
45
43
url : ${{ secrets.OSSRH_URL }}
50
48
upload : true
51
49
generate-checksums : true
52
50
pgp-sign : true
51
+ nexus-timeout : 600
53
52
pgp-sign-passphrase : ${{ secrets.GPG_PASSPHRASE }}
54
53
pgp-sign-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
55
54
Original file line number Diff line number Diff line change 13
13
steps :
14
14
15
15
# Request release promotion repo
16
- - uses : jvalkeal/nexus-sync@v0
16
+ - uses : jvalkeal/nexus-sync@v0.0.2
17
17
with :
18
18
url : ${{ secrets.OSSRH_URL }}
19
19
username : ${{ secrets.OSSRH_S01_TOKEN_USERNAME }}
You can’t perform that action at this time.
0 commit comments