We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18bf4e8 + 1a289e7 commit dbe9c96Copy full SHA for dbe9c96
1 file changed
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
git config --local user.email "action@github.com"
24
git config --local user.name "GitHub Action"
25
git add ./pom.xml
26
- git commit -m "release: bump maven version"
+ git diff-index --quiet HEAD || git commit -m "release: bump maven version"
27
28
- name: Push changes
29
uses: ad-m/github-push-action@master
@@ -45,4 +45,4 @@ jobs:
45
nexus_password: ${{ secrets.NEXUS_PASSWORD }}
46
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
47
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
48
- maven_profiles: "nexus"
+ maven_profiles: "nexus"
0 commit comments