diff --git a/.github/workflows/deploy-maven.yml b/.github/workflows/deploy-maven.yml index 1215d41..13b573b 100644 --- a/.github/workflows/deploy-maven.yml +++ b/.github/workflows/deploy-maven.yml @@ -31,7 +31,7 @@ jobs: --batch-mode \ -Dgpg.passphrase=${{ secrets.OSSRH_GPG_KEY_PASSWORD }} \ clean deploy - - id: push new version + - id: push-new-version name: push new version run: | git clone https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{github.repository}}.git @@ -40,4 +40,4 @@ jobs: git config --local user.name "github-actions[bot]" mvn -B versions:set -DnextSnapshot -DgenerateBackupPoms=false git commit -a -m"Prepare new version" - git push \ No newline at end of file + git push