Skip to content

Commit

Permalink
chore: generated code for commit be2475a. [skip ci]
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Millot <[email protected]>
  • Loading branch information
algolia-bot and millotp committed May 11, 2022
1 parent be2475a commit c9a2cbc
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
- name: Upload Artifacts
run: ./gradlew clean publish --no-parallel --stacktrace

- name: Check snapshot
id: check-snapshot
run: cat ./gradle.properties | grep 'VERSION_NAME=.*-SNAPSHOT'

- name: Release Artifacts
if: ${{ steps.check-snapshot.exitcode == 1 }}
if: ! cat ./gradle.properties | grep 'VERSION_NAME=.*-SNAPSHOT'
run: ./gradlew closeAndReleaseRepository

0 comments on commit c9a2cbc

Please sign in to comment.