We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157b0cb commit 5fc4fbcCopy full SHA for 5fc4fbc
.github/workflows/main.yaml
@@ -63,12 +63,7 @@ jobs:
63
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true -B -V --quiet
64
65
- name: Deploy Snapshot
66
- if: ${{ !startsWith(github.ref, 'refs/tags/') }}
67
- run: |
68
- VERSION=$(mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive exec:exec)
69
- if [[ "$VERSION" == *"SNAPSHOT"* ]]; then
70
- mvn deploy -DskipTests --quiet --settings mvn-settings.xml
71
- fi
+ run: mvn deploy -DskipTests --quiet --settings mvn-settings.xml
72
env:
73
# Add your Maven credentials as secrets
74
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
0 commit comments