Skip to content

Commit

Permalink
Update publish-snapshot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindbuilt authored Feb 12, 2024
1 parent 323ff44 commit b312ccb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
fi
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Publish the SDK - Snapshot
- name: Build the SDK - Snapshot
run: |
./gradlew clean build
- name: Publish the SDK - Snapshot
run: |
./gradlew publishAllPublicationsToMavenCentralRepository
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.mavenCentralUsername }}
Expand Down

0 comments on commit b312ccb

Please sign in to comment.