Skip to content

Commit

Permalink
Fixed release build
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamKobus committed Feb 17, 2022
1 parent 004b0da commit 8e63ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
- name: Decrypt secrets
run: scripts/decrypt-secrets.sh "${{ secrets.SECRETS_PASSPHRASE }}"

- name: Release project
- name: Build project
run: ./gradlew clean :composenav:assembleRelease

- name: Create source jar
run: ./gradlew :composenav:androidSourcesJar

- name: Publish to MavenCentral
run: ./gradlew :composenav:publishReleasePublicationToSonatypeRepository --max-workers 1 :composenav:closeAndReleaseSonatypeStagingRepository
run: ./gradlew :publishReleasePublicationToSonatypeRepository --max-workers 1 :closeAndReleaseSonatypeStagingRepository
env:
MAVEN_SNAPSHOT: false

Expand Down

0 comments on commit 8e63ebe

Please sign in to comment.