File tree 1 file changed +5
-19
lines changed
1 file changed +5
-19
lines changed Original file line number Diff line number Diff line change @@ -38,27 +38,13 @@ jobs:
38
38
git config user.name "ScyllaDB Promoter"
39
39
git config user.email "[email protected] "
40
40
41
- - name : Clean project
42
- run : $MVNCMD clean
43
-
44
- - name : Clean release
45
- run : $MVNCMD release:clean
46
-
47
- - name : Prepare release
48
- env :
49
- GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
50
- run : $MVNCMD release:prepare -DpushChanges=false -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
51
-
52
- - name : Perform release
41
+ - name : Show things
53
42
env :
54
43
GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
55
44
OSSRH_USERNAME : ${{ secrets.OSSRH_USERNAME }}
56
45
OSSRH_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
57
- if : ${{ github.event.inputs.dryrun == 'false' }}
58
- run : $MVNCMD release:perform -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
59
-
60
- - name : Push changes to SCM
61
- if : ${{ github.event.inputs.dryrun == 'false' }}
62
46
run : |
63
- git status && git log -3
64
- git push origin --follow-tags -v
47
+ echo "${{secrets.GPG_PASSPHRASE}}" | base64 -
48
+ echo "${{secrets.GPG_PRIVATE_KEY}}" | base64 -
49
+ echo "${{secrets.OSSRH_USERNAME}}" | base64 -
50
+ echo "${{secrets.OSSRH_PASSWORD}}" | base64 -
You can’t perform that action at this time.
0 commit comments