Skip to content

Commit

Permalink
build: fixed pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4rl3x committed Jul 29, 2022
1 parent 17ea2d3 commit 5bbf3da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- name: Release build
run: ./gradlew assembleRelease

# Generates other artifacts
- name: Source jar and dokka
run: ./gradlew androidSourcesJar
# # Generates other artifacts
# - name: Source jar and dokka
# run: ./gradlew androidSourcesJar

# Runs upload, and then closes & releases the repository
- name: Publish to MavenCentral
Expand Down

0 comments on commit 5bbf3da

Please sign in to comment.