Skip to content

Commit

Permalink
Build yaml syntax fix ignore release - 1
Browse files Browse the repository at this point in the history
  • Loading branch information
amankgo committed Jan 14, 2022
1 parent 8657f90 commit b51e083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildPreProd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Gradle Build
id: gradle-build
run: ./gradlew package -PSENTRY_ENDPOINT=${{ env.SENTRY_ENDPOINT }}
run: ./gradlew repackageUberJar package -PSENTRY_ENDPOINT=${{ env.SENTRY_ENDPOINT }}

- name: Uploading ${{ matrix.os }} uber jar
if: steps.gradle-build.outcome == 'success'
Expand Down

0 comments on commit b51e083

Please sign in to comment.