File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1313 JAVA_DISTRO : ' zulu'
14141515 USER_NAME : ' CDEvents Bot'
16- USER_ID : ' oauth2 '
16+ USER_ID : ' cdevents-bot '
1717
1818jobs :
1919 release :
5353 git config --global user.email "${{ env.USER_EMAIL }}"
5454 git config --global user.name "${{ env.USER_NAME }}"
5555 git commit -a -m "Releasing version $VERSION"
56- git remote set-url origin https://${{ env.USER_ID }}:${{ secrets.GH_BOT_TOKEN }}@github.com/${{ github.repository }}.git
5756 git push
5857
5958 - name : Release
6564 GPG_TTY=$(tty)
6665 export GPG_TTY
6766 ./mvnw --no-transfer-progress -B --file pom.xml \
68- -Drepository.url=https://${{ env.USER_ID }}:${{ secrets.GH_BOT_TOKEN }}@github.com/${{ github.repository }}.git \
67+ -Drepository.url=https://${{ env.USER_ID }}:${{ secrets.GH_BOT_TOKEN }}@github.com/${{ github.repository }} \
6968 -Dmaven.site.skip=true -Drelease=true deploy
You can’t perform that action at this time.
0 commit comments