File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 1818 steps :
1919 - name : Checkout code
2020 uses : actions/checkout@v5
21+ with :
22+ ssh-key : ${{ secrets.SSH_PRIVATE_KEY }}
2123
2224 - name : Set up JDK 8
2325 uses : actions/setup-java@v5
4042 run : |
4143 ./mvnw release:prepare -DskipTests -Darguments=-DskipTests \
4244 -DreleaseVersion="$RELEASE_VERSION" -Dtag="$RELEASE_VERSION" \
43- -DdevelopmentVersion="$DEVELOPMENT_VERSION" -DpushChanges=false
44-
45- - name : Change remote origin to HTTPS
46- run : |
47- git remote set-url origin https://github.com/${GITHUB_REPOSITORY}.git
48-
49- - name : Push release tag
50- env :
51- GITHUB_ACTOR : ${{ github.actor }}
52- GITHUB_TOKEN : ${{ github.token }}
53- run : |
54- echo "GITHUB ACTOR: ${{ github.actor }}"
55- git push origin master --follow-tags
45+ -DdevelopmentVersion="$DEVELOPMENT_VERSION"
You can’t perform that action at this time.
0 commit comments