Skip to content

Commit c9a2cbc

Browse files
algolia-botmillotp
andcommitted
chore: generated code for commit be2475a. [skip ci]
Co-authored-by: Pierre Millot <[email protected]>
1 parent be2475a commit c9a2cbc

File tree

1 file changed

+1
-5
lines changed
  • clients/algoliasearch-client-java-2/.github/workflows

1 file changed

+1
-5
lines changed

clients/algoliasearch-client-java-2/.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
3232
- name: Upload Artifacts
3333
run: ./gradlew clean publish --no-parallel --stacktrace
3434

35-
- name: Check snapshot
36-
id: check-snapshot
37-
run: cat ./gradle.properties | grep 'VERSION_NAME=.*-SNAPSHOT'
38-
3935
- name: Release Artifacts
40-
if: ${{ steps.check-snapshot.exitcode == 1 }}
36+
if: ! cat ./gradle.properties | grep 'VERSION_NAME=.*-SNAPSHOT'
4137
run: ./gradlew closeAndReleaseRepository

0 commit comments

Comments
 (0)