Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Sep 21, 2024
1 parent aac7870 commit 6a15120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SonatypeUsername }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SonatypePassword }}
run: |
./gradlew publish
./gradlew publish -x dokkaHtml --no-configuration-cache
if: success() && github.ref == 'refs/heads/main' && github.event_name != 'pull_request'

0 comments on commit 6a15120

Please sign in to comment.