We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2475a commit c9a2cbcCopy full SHA for c9a2cbc
clients/algoliasearch-client-java-2/.github/workflows/release.yml
@@ -32,10 +32,6 @@ jobs:
32
- name: Upload Artifacts
33
run: ./gradlew clean publish --no-parallel --stacktrace
34
35
- - name: Check snapshot
36
- id: check-snapshot
37
- run: cat ./gradle.properties | grep 'VERSION_NAME=.*-SNAPSHOT'
38
-
39
- name: Release Artifacts
40
- if: ${{ steps.check-snapshot.exitcode == 1 }}
+ if: ! cat ./gradle.properties | grep 'VERSION_NAME=.*-SNAPSHOT'
41
run: ./gradlew closeAndReleaseRepository
0 commit comments