Skip to content

Commit

Permalink
Dokka excluded from snapshot upload pipeline. libktx#356
Browse files Browse the repository at this point in the history
  • Loading branch information
czyzby committed Apr 12, 2021
1 parent d337216 commit fdcac8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
TEST_PROFILE: ci
- name: Upload snapshot to Maven Central
run: ./gradlew build uploadSnapshot
run: ./gradlew build uploadSnapshot -x dokkaHtml
env:
ORG_GRADLE_PROJECT_ossrhUsername: ${{ secrets.ossrhUsername }}
ORG_GRADLE_PROJECT_ossrhPassword: ${{ secrets.ossrhPassword }}

0 comments on commit fdcac8f

Please sign in to comment.