Skip to content

Commit

Permalink
Merge pull request #28 from openfga/chore/automate-releases
Browse files Browse the repository at this point in the history
chore/automate releases
  • Loading branch information
rhamzeh authored Oct 13, 2023
2 parents f382d86 + 0c1fb23 commit 0b9b0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0
with:
# Tasks created by https://github.com/gradle-nexus/publish-plugin
arguments: publishpublishToSonatype closeAndReleaseSonatypeStagingRepository
arguments: publishToSonatype closeAndReleaseSonatypeStagingRepository
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
Expand Down

0 comments on commit 0b9b0ce

Please sign in to comment.