File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,21 +53,11 @@ jobs:
5353 echo ::set-output name=NEW_RELEASE::$(echo "refs/heads/v2.3.6" | grep -ciP "refs/heads/v\K[0-9]+\.[0-9]+\.[0-9]+")
5454 echo ${{ steps.get_version_tag.outputs.SOURCE_TAG }}
5555
56- - name : Publish/Deploy to Maven Central
57- if : ${{ steps.new_release.outputs.NEW_RELEASE == 1}}
58- env :
59- SIGNING_KEY : ${{ secrets.SIGNING_KEY }}
60- SIGNING_PASSWORD : ${{ secrets.SIGNING_PASSWORD }}
61- SIGNING_PASSPHRASE : ${{ secrets.SIGNING_PASSPHRASE }}
62- CI_DEPLOY_USERNAME : ${{ secrets.CI_DEPLOY_USERNAME }}
63- CI_DEPLOY_PASSWORD : ${{ secrets.CI_DEPLOY_PASSWORD }}
64- run : scripts/deploy_gha.sh
65-
6656 - name : Publish/Deploy to Git
6757 if : ${{ steps.new_release.outputs.NEW_RELEASE == 1}}
6858 uses : marvinpinto/action-automatic-releases@latest
6959 with :
70- repo_token : ${{ secrets.GH_TOKEN }}
60+ repo_token : ${{ secrets.GITHUB_TOKEN }}
7161 automatic_release_tag : ${{ steps.get_version_tag.outputs.SOURCE_TAG }}
7262 prerelease : false
7363 draft : false
You can’t perform that action at this time.
0 commit comments