Skip to content

Commit

Permalink
fix snapshot ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wenxi-zeng committed Nov 30, 2023
1 parent fb1cde4 commit 474e81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-core-
- name: Publush snapshot to sonatype
run: ./gradlew publishToSonatype
run: ./gradlew clean build publish publishToSonatype
env:
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
Expand Down

0 comments on commit 474e81d

Please sign in to comment.