Id cannot contain spaces
This commit is contained in:
parent
ac7c937753
commit
f6fefb0435
2
.github/workflows/deploy-maven.yml
vendored
2
.github/workflows/deploy-maven.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
--batch-mode \
|
--batch-mode \
|
||||||
-Dgpg.passphrase=${{ secrets.OSSRH_GPG_KEY_PASSWORD }} \
|
-Dgpg.passphrase=${{ secrets.OSSRH_GPG_KEY_PASSWORD }} \
|
||||||
clean deploy
|
clean deploy
|
||||||
- id: push new version
|
- id: push-new-version
|
||||||
name: push new version
|
name: push new version
|
||||||
run: |
|
run: |
|
||||||
git clone https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{github.repository}}.git
|
git clone https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{github.repository}}.git
|
||||||
|
Loading…
Reference in New Issue
Block a user