Skip to content

Commit

Permalink
Fix gradle action working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Aug 21, 2024
1 parent 4acdaf1 commit 07b8d17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: Publish to Maven Central
on:
release:
types: [published]
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -38,6 +39,7 @@ jobs:

- name: Publish to Maven Central
run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
working-directory: android
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
Expand Down

0 comments on commit 07b8d17

Please sign in to comment.