Skip to content

Commit 55d13f8

Browse files
committed
fix
1 parent c71f0f9 commit 55d13f8

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)