We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2fbb7 commit 4d0e202Copy full SHA for 4d0e202
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
run: chmod +x ./mvnw
33
34
- name: Validate SNAPSHOT version
35
- if: github.event_name == 'push' || inputs.snapshot == true
+ if: inputs.snapshot == true
36
run: |
37
VERSION=$(./mvnw help:evaluate -Dexpression=project.version -q -DforceStdout)
38
if [[ "$VERSION" != *-SNAPSHOT ]]; then
0 commit comments